Html Css Color HEX #EAB906 Golden Poppy

📋 copy color: '#EAB906'

red 234 ◦ green 185 ◦ blue 6

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

Shades of Golden Poppy #EAB906

Tints of Golden Poppy #EAB906

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.53%

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

R = 55.06%
G = 43.53%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EAB906 (or 0xEAB906) is known color: Golden Poppy. HEX triplet: EA, B9 and 06. RGB value is (234,185,6). Sum of RGB (Red+Green+Blue) = 234+185+6=425 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.06% from 425); Green value is 185 (72.66% from 255 or 43.53% from 425); Blue value is 6 (2.73% from 255 or 1.41% from 425); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB906 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB906 is #1546F9. Grayscale: #B4B4B4. Windows color (decimal): -1394426 or 440810. OLE color: 440810.

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

Color convert

RGB 234 185 6 -
CMYK 0 0.21 0.97 0.08
HSL 47.11º 0.95% 0.47% -
HSV(B) 47.11º 0.97% 0.92% -
XYZ 51.31 52.2 7.54 -
YUV 179.25 30.23 167.05 -
System Red Green Blue C M Y K H S L
Decimal 234 185 6 0 0.21 0.97 0.08 47.11 0.95 0.47
Hex EA B9 6 0 15 61 8 2F 5F 2F
Octal 352 271 6 0 25 141 10 57 137 57
Binary 11101010 10111001 110 0 10101 1100001 1000 101111 1011111 101111

Color Harmonies of #EAB906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB906

Black with #EAB906

Text Example


Text Example

White with #EAB906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB906; }

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

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

background-color css

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

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

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

border-color css

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

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

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