Html Css Color HEX #EAB605 Golden Poppy

📋 copy color: '#EAB605'

red 234 ◦ green 182 ◦ blue 5

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

Shades of Golden Poppy #EAB605

Tints of Golden Poppy #EAB605

RGB

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

 GREEN value IS 182 (71.48% from 255) = 43.23%

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

R = 55.58%
G = 43.23%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EAB605 (or 0xEAB605) is known color: Golden Poppy. HEX triplet: EA, B6 and 05. RGB value is (234,182,5). Sum of RGB (Red+Green+Blue) = 234+182+5=421 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.58% from 421); Green value is 182 (71.48% from 255 or 43.23% from 421); Blue value is 5 (2.34% from 255 or 1.19% from 421); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB605 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB605 is #1549FA. Grayscale: #B2B2B2. Windows color (decimal): -1395195 or 374506. OLE color: 374506.

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

Color convert

RGB 234 182 5 -
CMYK 0 0.22 0.98 0.08
HSL 46.38º 0.96% 0.47% -
HSV(B) 46.38º 0.98% 0.92% -
XYZ 50.69 50.96 7.31 -
YUV 177.37 30.73 168.39 -
System Red Green Blue C M Y K H S L
Decimal 234 182 5 0 0.22 0.98 0.08 46.38 0.96 0.47
Hex EA B6 5 0 16 62 8 2E 60 2F
Octal 352 266 5 0 26 142 10 56 140 57
Binary 11101010 10110110 101 0 10110 1100010 1000 101110 1100000 101111

Color Harmonies of #EAB605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB605

Black with #EAB605

Text Example


Text Example

White with #EAB605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB605; }

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

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

background-color css

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

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

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

border-color css

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

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

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