Html Css Color HEX #EABC07 Golden Poppy

📋 copy color: '#EABC07'

red 234 ◦ green 188 ◦ blue 7

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

Shades of Golden Poppy #EABC07

Tints of Golden Poppy #EABC07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.63%

R = 54.55%
G = 43.82%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EABC07 (or 0xEABC07) is known color: Golden Poppy. HEX triplet: EA, BC and 07. RGB value is (234,188,7). Sum of RGB (Red+Green+Blue) = 234+188+7=429 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.55% from 429); Green value is 188 (73.83% from 255 or 43.82% from 429); Blue value is 7 (3.12% from 255 or 1.63% from 429); Max value from RGB is 234 - color contains mainly: red. Hex color #EABC07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EABC07 is #1543F8. Grayscale: #B5B5B5. Windows color (decimal): -1393657 or 507114. OLE color: 507114.

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

Color convert

RGB 234 188 7 -
CMYK 0 0.20 0.97 0.08
HSL 47.84º 0.94% 0.47% -
HSV(B) 47.84º 0.97% 0.92% -
XYZ 51.95 53.47 7.78 -
YUV 181.12 29.74 165.72 -
System Red Green Blue C M Y K H S L
Decimal 234 188 7 0 0.20 0.97 0.08 47.84 0.94 0.47
Hex EA BC 7 0 14 61 8 30 5E 2F
Octal 352 274 7 0 24 141 10 60 136 57
Binary 11101010 10111100 111 0 10100 1100001 1000 110000 1011110 101111

Color Harmonies of #EABC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABC07

Black with #EABC07

Text Example


Text Example

White with #EABC07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABC07; }

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

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

background-color css

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

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

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

border-color css

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

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

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