Html Css Color HEX #EAE107 Lemon

📋 copy color: '#EAE107'

red 234 ◦ green 225 ◦ blue 7

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

Shades of Lemon #EAE107

Tints of Lemon #EAE107

RGB

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

 GREEN value IS 225 (88.28% from 255) = 48.28%

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

R = 50.21%
G = 48.28%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EAE107 (or 0xEAE107) is known color: Lemon. HEX triplet: EA, E1 and 07. RGB value is (234,225,7). Sum of RGB (Red+Green+Blue) = 234+225+7=466 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.21% from 466); Green value is 225 (88.28% from 255 or 48.28% from 466); Blue value is 7 (3.12% from 255 or 1.50% from 466); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE107 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE107 is #151EF8. Grayscale: #CBCBCB. Windows color (decimal): -1384185 or 516586. OLE color: 516586.

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

Color convert

RGB 234 225 7 -
CMYK 0 0.04 0.97 0.08
HSL 57.62º 0.94% 0.47% -
HSV(B) 57.62º 0.97% 0.92% -
XYZ 60.9 71.36 10.77 -
YUV 202.84 17.48 150.23 -
System Red Green Blue C M Y K H S L
Decimal 234 225 7 0 0.04 0.97 0.08 57.62 0.94 0.47
Hex EA E1 7 0 4 61 8 3A 5E 2F
Octal 352 341 7 0 4 141 10 72 136 57
Binary 11101010 11100001 111 0 100 1100001 1000 111010 1011110 101111

Color Harmonies of #EAE107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE107

Black with #EAE107

Text Example


Text Example

White with #EAE107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE107; }

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

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

background-color css

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

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

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

border-color css

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

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

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