Html Css Color HEX #EABC03 Golden Poppy

📋 copy color: '#EABC03'

red 234 ◦ green 188 ◦ blue 3

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

Shades of Golden Poppy #EABC03

Tints of Golden Poppy #EABC03

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.24%

 BLUE value IS 3 (1.56% from 255) = 0.71%

R = 55.06%
G = 44.24%
B = 0.71%

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

#EABC03 (or 0xEABC03) is known color: Golden Poppy. HEX triplet: EA, BC and 03. RGB value is (234,188,3). Sum of RGB (Red+Green+Blue) = 234+188+3=425 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.06% from 425); Green value is 188 (73.83% from 255 or 44.24% from 425); Blue value is 3 (1.56% from 255 or 0.71% from 425); Max value from RGB is 234 - color contains mainly: red. Hex color #EABC03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EABC03 is #1543FC. Grayscale: #B5B5B5. Windows color (decimal): -1393661 or 244970. OLE color: 244970.

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

Color convert

RGB 234 188 3 -
CMYK 0 0.20 0.99 0.08
HSL 48.05º 0.97% 0.46% -
HSV(B) 48.05º 0.99% 0.92% -
XYZ 51.93 53.47 7.67 -
YUV 180.66 27.74 166.04 -
System Red Green Blue C M Y K H S L
Decimal 234 188 3 0 0.20 0.99 0.08 48.05 0.97 0.46
Hex EA BC 3 0 14 63 8 30 61 2E
Octal 352 274 3 0 24 143 10 60 141 56
Binary 11101010 10111100 11 0 10100 1100011 1000 110000 1100001 101110

Color Harmonies of #EABC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABC03

Black with #EABC03

Text Example


Text Example

White with #EABC03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABC03; }

 p { color: rgb(234,188,3); }

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

background-color css

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

 a { background-color: rgb(234,188,3); }

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

border-color css

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

 span { border-color: rgb(234,188,3); }

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