Html Css Color HEX #EAC008 Golden Poppy

📋 copy color: '#EAC008'

red 234 ◦ green 192 ◦ blue 8

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

Shades of Golden Poppy #EAC008

Tints of Golden Poppy #EAC008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.84%

R = 53.92%
G = 44.24%
B = 1.84%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EAC008 (or 0xEAC008) is known color: Golden Poppy. HEX triplet: EA, C0 and 08. RGB value is (234,192,8). Sum of RGB (Red+Green+Blue) = 234+192+8=434 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.92% from 434); Green value is 192 (75.39% from 255 or 44.24% from 434); Blue value is 8 (3.52% from 255 or 1.84% from 434); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC008 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC008 is #153FF7. Grayscale: #B8B8B8. Windows color (decimal): -1392632 or 573674. OLE color: 573674.

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

Color convert

RGB 234 192 8 -
CMYK 0 0.18 0.97 0.08
HSL 48.85º 0.93% 0.47% -
HSV(B) 48.85º 0.97% 0.92% -
XYZ 52.83 55.21 8.1 -
YUV 183.58 28.91 163.96 -
System Red Green Blue C M Y K H S L
Decimal 234 192 8 0 0.18 0.97 0.08 48.85 0.93 0.47
Hex EA C0 8 0 12 61 8 31 5D 2F
Octal 352 300 10 0 22 141 10 61 135 57
Binary 11101010 11000000 1000 0 10010 1100001 1000 110001 1011101 101111

Color Harmonies of #EAC008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC008

Black with #EAC008

Text Example


Text Example

White with #EAC008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC008; }

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

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

background-color css

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

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

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

border-color css

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

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

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