Html Css Color HEX #EABB02 Golden Poppy

📋 copy color: '#EABB02'

red 234 ◦ green 187 ◦ blue 2

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

Shades of Golden Poppy #EABB02

Tints of Golden Poppy #EABB02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.47%

R = 55.32%
G = 44.21%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EABB02 (or 0xEABB02) is known color: Golden Poppy. HEX triplet: EA, BB and 02. RGB value is (234,187,2). Sum of RGB (Red+Green+Blue) = 234+187+2=423 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.32% from 423); Green value is 187 (73.44% from 255 or 44.21% from 423); Blue value is 2 (1.17% from 255 or 0.47% from 423); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EABB02 is #1544FD. Grayscale: #B4B4B4. Windows color (decimal): -1393918 or 179178. OLE color: 179178.

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

Color convert

RGB 234 187 2 -
CMYK 0 0.20 0.99 0.08
HSL 47.84º 0.98% 0.46% -
HSV(B) 47.84º 0.99% 0.92% -
XYZ 51.71 53.04 7.57 -
YUV 179.96 27.57 166.54 -
System Red Green Blue C M Y K H S L
Decimal 234 187 2 0 0.20 0.99 0.08 47.84 0.98 0.46
Hex EA BB 2 0 14 63 8 30 62 2E
Octal 352 273 2 0 24 143 10 60 142 56
Binary 11101010 10111011 10 0 10100 1100011 1000 110000 1100010 101110

Color Harmonies of #EABB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABB02

Black with #EABB02

Text Example


Text Example

White with #EABB02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABB02; }

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

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

background-color css

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

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

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

border-color css

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

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

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