Html Css Color HEX #EABD05 Golden Poppy

📋 copy color: '#EABD05'

red 234 ◦ green 189 ◦ blue 5

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

Shades of Golden Poppy #EABD05

Tints of Golden Poppy #EABD05

RGB

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

 GREEN value IS 189 (74.22% from 255) = 44.16%

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

R = 54.67%
G = 44.16%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EABD05 (or 0xEABD05) is known color: Golden Poppy. HEX triplet: EA, BD and 05. RGB value is (234,189,5). Sum of RGB (Red+Green+Blue) = 234+189+5=428 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.67% from 428); Green value is 189 (74.22% from 255 or 44.16% from 428); Blue value is 5 (2.34% from 255 or 1.17% from 428); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EABD05 is #1542FA. Grayscale: #B6B6B6. Windows color (decimal): -1393403 or 376298. OLE color: 376298.

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

Color convert

RGB 234 189 5 -
CMYK 0 0.19 0.98 0.08
HSL 48.21º 0.96% 0.47% -
HSV(B) 48.21º 0.98% 0.92% -
XYZ 52.16 53.9 7.8 -
YUV 181.48 28.41 165.46 -
System Red Green Blue C M Y K H S L
Decimal 234 189 5 0 0.19 0.98 0.08 48.21 0.96 0.47
Hex EA BD 5 0 13 62 8 30 60 2F
Octal 352 275 5 0 23 142 10 60 140 57
Binary 11101010 10111101 101 0 10011 1100010 1000 110000 1100000 101111

Color Harmonies of #EABD05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABD05

Black with #EABD05

Text Example


Text Example

White with #EABD05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABD05; }

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

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

background-color css

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

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

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

border-color css

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

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

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