Html Css Color HEX #EACB08 Golden Poppy

📋 copy color: '#EACB08'

red 234 ◦ green 203 ◦ blue 8

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

Shades of Golden Poppy #EACB08

Tints of Golden Poppy #EACB08

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.62%

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

R = 52.58%
G = 45.62%
B = 1.8%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EACB08 (or 0xEACB08) is known color: Golden Poppy. HEX triplet: EA, CB and 08. RGB value is (234,203,8). Sum of RGB (Red+Green+Blue) = 234+203+8=445 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.58% from 445); Green value is 203 (79.69% from 255 or 45.62% from 445); Blue value is 8 (3.52% from 255 or 1.80% from 445); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACB08 is #1534F7. Grayscale: #BEBEBE. Windows color (decimal): -1389816 or 576490. OLE color: 576490.

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

Color convert

RGB 234 203 8 -
CMYK 0 0.13 0.97 0.08
HSL 51.77º 0.93% 0.47% -
HSV(B) 51.77º 0.97% 0.92% -
XYZ 55.33 60.22 8.94 -
YUV 190.04 25.27 159.36 -
System Red Green Blue C M Y K H S L
Decimal 234 203 8 0 0.13 0.97 0.08 51.77 0.93 0.47
Hex EA CB 8 0 D 61 8 34 5D 2F
Octal 352 313 10 0 15 141 10 64 135 57
Binary 11101010 11001011 1000 0 1101 1100001 1000 110100 1011101 101111

Color Harmonies of #EACB08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACB08

Black with #EACB08

Text Example


Text Example

White with #EACB08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACB08; }

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

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

background-color css

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

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

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

border-color css

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

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

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