Html Css Color HEX #EABE02 Golden Poppy

📋 copy color: '#EABE02'

red 234 ◦ green 190 ◦ blue 2

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

Shades of Golden Poppy #EABE02

Tints of Golden Poppy #EABE02

RGB

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

 GREEN value IS 190 (74.61% from 255) = 44.6%

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

R = 54.93%
G = 44.6%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EABE02 (or 0xEABE02) is known color: Golden Poppy. HEX triplet: EA, BE and 02. RGB value is (234,190,2). Sum of RGB (Red+Green+Blue) = 234+190+2=426 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.93% from 426); Green value is 190 (74.61% from 255 or 44.60% from 426); Blue value is 2 (1.17% from 255 or 0.47% from 426); Max value from RGB is 234 - color contains mainly: red. Hex color #EABE02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EABE02 is #1541FD. Grayscale: #B6B6B6. Windows color (decimal): -1393150 or 179946. OLE color: 179946.

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

Color convert

RGB 234 190 2 -
CMYK 0 0.19 0.99 0.08
HSL 48.62º 0.98% 0.46% -
HSV(B) 48.62º 0.99% 0.92% -
XYZ 52.36 54.32 7.78 -
YUV 181.72 26.58 165.29 -
System Red Green Blue C M Y K H S L
Decimal 234 190 2 0 0.19 0.99 0.08 48.62 0.98 0.46
Hex EA BE 2 0 13 63 8 31 62 2E
Octal 352 276 2 0 23 143 10 61 142 56
Binary 11101010 10111110 10 0 10011 1100011 1000 110001 1100010 101110

Color Harmonies of #EABE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABE02

Black with #EABE02

Text Example


Text Example

White with #EABE02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABE02; }

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

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

background-color css

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

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

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

border-color css

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

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

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