Html Css Color HEX #EBC403 Golden Poppy

📋 copy color: '#EBC403'

red 235 ◦ green 196 ◦ blue 3

#EBC403
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Poppy #EBC403

Tints of Golden Poppy #EBC403

RGB

 RED value IS 235 (92.19% from 255) = 54.15%

 GREEN value IS 196 (76.95% from 255) = 45.16%

 BLUE value IS 3 (1.56% from 255) = 0.69%

R = 54.15%
G = 45.16%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.99

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EBC403 (or 0xEBC403) is known color: Golden Poppy. HEX triplet: EB, C4 and 03. RGB value is (235,196,3). Sum of RGB (Red+Green+Blue) = 235+196+3=434 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.15% from 434); Green value is 196 (76.95% from 255 or 45.16% from 434); Blue value is 3 (1.56% from 255 or 0.69% from 434); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC403 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC403 is #143BFC. Grayscale: #BABABA. Windows color (decimal): -1326077 or 247019. OLE color: 247019.

HSL color Cylindrical-coordinate representation of color #EBC403: hue angle of 49.91º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EBC403 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 196 3 -
CMYK 0 0.17 0.99 0.08
HSL 49.91º 0.97% 0.47% -
HSV(B) 49.91º 0.99% 0.92% -
XYZ 54.02 57.15 8.27 -
YUV 185.66 24.92 163.19 -
System Red Green Blue C M Y K H S L
Decimal 235 196 3 0 0.17 0.99 0.08 49.91 0.97 0.47
Hex EB C4 3 0 11 63 8 32 61 2F
Octal 353 304 3 0 21 143 10 62 141 57
Binary 11101011 11000100 11 0 10001 1100011 1000 110010 1100001 101111

Color Harmonies of #EBC403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC403

Black with #EBC403

Text Example


Text Example

White with #EBC403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC403; }

 p { color: rgb(235,196,3); }

 H1.HeaderClassName
 {
   color: #EBC403;
 }
 .AnyTagClassName
 {
   color: #EBC403;
 }
</style>

background-color css

<style>
 a { background-color: #EBC403; }

 a { background-color: rgb(235,196,3); }

 div.DivClassName
 {
   background-color: #EBC403;
 }
 .BgClassName
 {
   background-color: #EBC403;
 }
</style>

border-color css

<style>
 span { border-color: #EBC403; }

 span { border-color: rgb(235,196,3); }

 td.TdClassName
 {
   border-color: #EBC403;
 }
 .TagClassName
 {
   border-color: #EBC403;
 }
</style>