Html Css Color HEX #EAB90C Golden Poppy

📋 copy color: '#EAB90C'

red 234 ◦ green 185 ◦ blue 12

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

Shades of Golden Poppy #EAB90C

Tints of Golden Poppy #EAB90C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.78%

R = 54.29%
G = 42.92%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EAB90C (or 0xEAB90C) is known color: Golden Poppy. HEX triplet: EA, B9 and 0C. RGB value is (234,185,12). Sum of RGB (Red+Green+Blue) = 234+185+12=431 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.29% from 431); Green value is 185 (72.66% from 255 or 42.92% from 431); Blue value is 12 (5.08% from 255 or 2.78% from 431); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB90C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB90C is #1546F3. Grayscale: #B4B4B4. Windows color (decimal): -1394420 or 834026. OLE color: 834026.

HSL color Cylindrical-coordinate representation of color #EAB90C: hue angle of 46.76º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EAB90C is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 185 12 -
CMYK 0 0.21 0.95 0.08
HSL 46.76º 0.9% 0.48% -
HSV(B) 46.76º 0.95% 0.92% -
XYZ 51.35 52.22 7.72 -
YUV 179.93 33.23 166.57 -
System Red Green Blue C M Y K H S L
Decimal 234 185 12 0 0.21 0.95 0.08 46.76 0.9 0.48
Hex EA B9 C 0 15 5F 8 2F 5A 30
Octal 352 271 14 0 25 137 10 57 132 60
Binary 11101010 10111001 1100 0 10101 1011111 1000 101111 1011010 110000

Color Harmonies of #EAB90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB90C

Black with #EAB90C

Text Example


Text Example

White with #EAB90C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB90C; }

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

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

background-color css

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

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

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

border-color css

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

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

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