Html Css Color HEX #EAC906 Golden Poppy

📋 copy color: '#EAC906'

red 234 ◦ green 201 ◦ blue 6

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

Shades of Golden Poppy #EAC906

Tints of Golden Poppy #EAC906

RGB

 RED value IS 234 (91.8% from 255) = 53.06%

 GREEN value IS 201 (78.91% from 255) = 45.58%

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

R = 53.06%
G = 45.58%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EAC906 (or 0xEAC906) is known color: Golden Poppy. HEX triplet: EA, C9 and 06. RGB value is (234,201,6). Sum of RGB (Red+Green+Blue) = 234+201+6=441 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.06% from 441); Green value is 201 (78.91% from 255 or 45.58% from 441); Blue value is 6 (2.73% from 255 or 1.36% from 441); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC906 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC906 is #1536F9. Grayscale: #BDBDBD. Windows color (decimal): -1390330 or 444906. OLE color: 444906.

HSL color Cylindrical-coordinate representation of color #EAC906: hue angle of 51.32º 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 #EAC906 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 201 6 -
CMYK 0 0.14 0.97 0.08
HSL 51.32º 0.95% 0.47% -
HSV(B) 51.32º 0.97% 0.92% -
XYZ 54.85 59.28 8.72 -
YUV 188.64 24.93 160.36 -
System Red Green Blue C M Y K H S L
Decimal 234 201 6 0 0.14 0.97 0.08 51.32 0.95 0.47
Hex EA C9 6 0 E 61 8 33 5F 2F
Octal 352 311 6 0 16 141 10 63 137 57
Binary 11101010 11001001 110 0 1110 1100001 1000 110011 1011111 101111

Color Harmonies of #EAC906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC906

Black with #EAC906

Text Example


Text Example

White with #EAC906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC906; }

 p { color: rgb(234,201,6); }

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

background-color css

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

 a { background-color: rgb(234,201,6); }

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

border-color css

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

 span { border-color: rgb(234,201,6); }

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