Html Css Color HEX #EBC406 Golden Poppy

📋 copy color: '#EBC406'

red 235 ◦ green 196 ◦ blue 6

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

Shades of Golden Poppy #EBC406

Tints of Golden Poppy #EBC406

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.37%

R = 53.78%
G = 44.85%
B = 1.37%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EBC406 (or 0xEBC406) is known color: Golden Poppy. HEX triplet: EB, C4 and 06. RGB value is (235,196,6). Sum of RGB (Red+Green+Blue) = 235+196+6=437 (57% of max value = 765). Red value is 235 (92.19% from 255 or 53.78% from 437); Green value is 196 (76.95% from 255 or 44.85% from 437); Blue value is 6 (2.73% from 255 or 1.37% from 437); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC406 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC406 is #143BF9. Grayscale: #BABABA. Windows color (decimal): -1326074 or 443627. OLE color: 443627.

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

Color convert

RGB 235 196 6 -
CMYK 0 0.17 0.97 0.08
HSL 49.78º 0.95% 0.47% -
HSV(B) 49.78º 0.97% 0.92% -
XYZ 54.03 57.16 8.36 -
YUV 186 26.42 162.95 -
System Red Green Blue C M Y K H S L
Decimal 235 196 6 0 0.17 0.97 0.08 49.78 0.95 0.47
Hex EB C4 6 0 11 61 8 32 5F 2F
Octal 353 304 6 0 21 141 10 62 137 57
Binary 11101011 11000100 110 0 10001 1100001 1000 110010 1011111 101111

Color Harmonies of #EBC406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC406

Black with #EBC406

Text Example


Text Example

White with #EBC406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC406; }

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

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

background-color css

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

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

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

border-color css

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

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

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