Html Css Color HEX #EABB0A Golden Poppy

📋 copy color: '#EABB0A'

red 234 ◦ green 187 ◦ blue 10

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

Shades of Golden Poppy #EABB0A

Tints of Golden Poppy #EABB0A

RGB

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

 GREEN value IS 187 (73.44% from 255) = 43.39%

 BLUE value IS 10 (4.3% from 255) = 2.32%

R = 54.29%
G = 43.39%
B = 2.32%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EABB0A (or 0xEABB0A) is known color: Golden Poppy. HEX triplet: EA, BB and 0A. RGB value is (234,187,10). Sum of RGB (Red+Green+Blue) = 234+187+10=431 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.29% from 431); Green value is 187 (73.44% from 255 or 43.39% from 431); Blue value is 10 (4.30% from 255 or 2.32% from 431); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EABB0A is #1544F5. Grayscale: #B5B5B5. Windows color (decimal): -1393910 or 703466. OLE color: 703466.

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

Color convert

RGB 234 187 10 -
CMYK 0 0.20 0.96 0.08
HSL 47.41º 0.92% 0.48% -
HSV(B) 47.41º 0.96% 0.92% -
XYZ 51.76 53.05 7.8 -
YUV 180.88 31.57 165.89 -
System Red Green Blue C M Y K H S L
Decimal 234 187 10 0 0.20 0.96 0.08 47.41 0.92 0.48
Hex EA BB A 0 14 60 8 2F 5C 30
Octal 352 273 12 0 24 140 10 57 134 60
Binary 11101010 10111011 1010 0 10100 1100000 1000 101111 1011100 110000

Color Harmonies of #EABB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABB0A

Black with #EABB0A

Text Example


Text Example

White with #EABB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABB0A; }

 p { color: rgb(234,187,10); }

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

background-color css

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

 a { background-color: rgb(234,187,10); }

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

border-color css

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

 span { border-color: rgb(234,187,10); }

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