Html Css Color HEX #EABD06 Golden Poppy

📋 copy color: '#EABD06'

red 234 ◦ green 189 ◦ blue 6

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

Shades of Golden Poppy #EABD06

Tints of Golden Poppy #EABD06

RGB

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

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

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

R = 54.55%
G = 44.06%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EABD06 (or 0xEABD06) is known color: Golden Poppy. HEX triplet: EA, BD and 06. RGB value is (234,189,6). Sum of RGB (Red+Green+Blue) = 234+189+6=429 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.55% from 429); Green value is 189 (74.22% from 255 or 44.06% from 429); Blue value is 6 (2.73% from 255 or 1.40% from 429); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EABD06 is #1542F9. Grayscale: #B6B6B6. Windows color (decimal): -1393402 or 441834. OLE color: 441834.

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

Color convert

RGB 234 189 6 -
CMYK 0 0.19 0.97 0.08
HSL 48.16º 0.95% 0.47% -
HSV(B) 48.16º 0.97% 0.92% -
XYZ 52.16 53.9 7.83 -
YUV 181.59 28.91 165.38 -
System Red Green Blue C M Y K H S L
Decimal 234 189 6 0 0.19 0.97 0.08 48.16 0.95 0.47
Hex EA BD 6 0 13 61 8 30 5F 2F
Octal 352 275 6 0 23 141 10 60 137 57
Binary 11101010 10111101 110 0 10011 1100001 1000 110000 1011111 101111

Color Harmonies of #EABD06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABD06

Black with #EABD06

Text Example


Text Example

White with #EABD06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABD06; }

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

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

background-color css

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

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

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

border-color css

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

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

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