Html Css Color HEX #EAB905 Golden Poppy

📋 copy color: '#EAB905'

red 234 ◦ green 185 ◦ blue 5

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

Shades of Golden Poppy #EAB905

Tints of Golden Poppy #EAB905

RGB

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

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

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

R = 55.19%
G = 43.63%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EAB905 (or 0xEAB905) is known color: Golden Poppy. HEX triplet: EA, B9 and 05. RGB value is (234,185,5). Sum of RGB (Red+Green+Blue) = 234+185+5=424 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.19% from 424); Green value is 185 (72.66% from 255 or 43.63% from 424); Blue value is 5 (2.34% from 255 or 1.18% from 424); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB905 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB905 is #1546FA. Grayscale: #B3B3B3. Windows color (decimal): -1394427 or 375274. OLE color: 375274.

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

Color convert

RGB 234 185 5 -
CMYK 0 0.21 0.98 0.08
HSL 47.16º 0.96% 0.47% -
HSV(B) 47.16º 0.98% 0.92% -
XYZ 51.31 52.2 7.52 -
YUV 179.13 29.73 167.14 -
System Red Green Blue C M Y K H S L
Decimal 234 185 5 0 0.21 0.98 0.08 47.16 0.96 0.47
Hex EA B9 5 0 15 62 8 2F 60 2F
Octal 352 271 5 0 25 142 10 57 140 57
Binary 11101010 10111001 101 0 10101 1100010 1000 101111 1100000 101111

Color Harmonies of #EAB905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB905

Black with #EAB905

Text Example


Text Example

White with #EAB905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB905; }

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

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

background-color css

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

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

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

border-color css

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

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

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