Html Css Color HEX #EACB06 Golden Poppy

📋 copy color: '#EACB06'

red 234 ◦ green 203 ◦ blue 6

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

Shades of Golden Poppy #EACB06

Tints of Golden Poppy #EACB06

RGB

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

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

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

R = 52.82%
G = 45.82%
B = 1.35%

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

#EACB06 (or 0xEACB06) is known color: Golden Poppy. HEX triplet: EA, CB and 06. RGB value is (234,203,6). Sum of RGB (Red+Green+Blue) = 234+203+6=443 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.82% from 443); Green value is 203 (79.69% from 255 or 45.82% from 443); Blue value is 6 (2.73% from 255 or 1.35% from 443); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACB06 is #1534F9. Grayscale: #BEBEBE. Windows color (decimal): -1389818 or 445418. OLE color: 445418.

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

Color convert

RGB 234 203 6 -
CMYK 0 0.13 0.97 0.08
HSL 51.84º 0.95% 0.47% -
HSV(B) 51.84º 0.97% 0.92% -
XYZ 55.32 60.22 8.88 -
YUV 189.81 24.27 159.52 -
System Red Green Blue C M Y K H S L
Decimal 234 203 6 0 0.13 0.97 0.08 51.84 0.95 0.47
Hex EA CB 6 0 D 61 8 34 5F 2F
Octal 352 313 6 0 15 141 10 64 137 57
Binary 11101010 11001011 110 0 1101 1100001 1000 110100 1011111 101111

Color Harmonies of #EACB06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACB06

Black with #EACB06

Text Example


Text Example

White with #EACB06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACB06; }

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

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

background-color css

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

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

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

border-color css

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

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

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