Html Css Color HEX #EAC005 Golden Poppy

📋 copy color: '#EAC005'

red 234 ◦ green 192 ◦ blue 5

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

Shades of Golden Poppy #EAC005

Tints of Golden Poppy #EAC005

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.55%

 BLUE value IS 5 (2.34% from 255) = 1.16%

R = 54.29%
G = 44.55%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EAC005 (or 0xEAC005) is known color: Golden Poppy. HEX triplet: EA, C0 and 05. RGB value is (234,192,5). Sum of RGB (Red+Green+Blue) = 234+192+5=431 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.29% from 431); Green value is 192 (75.39% from 255 or 44.55% from 431); Blue value is 5 (2.34% from 255 or 1.16% from 431); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC005 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC005 is #153FFA. Grayscale: #B8B8B8. Windows color (decimal): -1392635 or 377066. OLE color: 377066.

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

Color convert

RGB 234 192 5 -
CMYK 0 0.18 0.98 0.08
HSL 49º 0.96% 0.47% -
HSV(B) 49º 0.98% 0.92% -
XYZ 52.81 55.2 8.02 -
YUV 183.24 27.41 164.21 -
System Red Green Blue C M Y K H S L
Decimal 234 192 5 0 0.18 0.98 0.08 49 0.96 0.47
Hex EA C0 5 0 12 62 8 31 60 2F
Octal 352 300 5 0 22 142 10 61 140 57
Binary 11101010 11000000 101 0 10010 1100010 1000 110001 1100000 101111

Color Harmonies of #EAC005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC005

Black with #EAC005

Text Example


Text Example

White with #EAC005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC005; }

 p { color: rgb(234,192,5); }

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

background-color css

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

 a { background-color: rgb(234,192,5); }

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

border-color css

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

 span { border-color: rgb(234,192,5); }

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