Html Css Color HEX #EAE117 Lemon

📋 copy color: '#EAE117'

red 234 ◦ green 225 ◦ blue 23

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

Shades of Lemon #EAE117

Tints of Lemon #EAE117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 4.77%

R = 48.55%
G = 46.68%
B = 4.77%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EAE117 (or 0xEAE117) is known color: Lemon. HEX triplet: EA, E1 and 17. RGB value is (234,225,23). Sum of RGB (Red+Green+Blue) = 234+225+23=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 225 (88.28% from 255 or 46.68% from 482); Blue value is 23 (9.38% from 255 or 4.77% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE117 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE117 is #151EE8. Grayscale: #CDCDCD. Windows color (decimal): -1384169 or 1565162. OLE color: 1565162.

HSL color Cylindrical-coordinate representation of color #EAE117: hue angle of 57.44º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EAE117 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 225 23 -
CMYK 0 0.04 0.90 0.08
HSL 57.44º 0.83% 0.5% -
HSV(B) 57.44º 0.9% 0.92% -
XYZ 61.01 71.4 11.38 -
YUV 204.66 25.48 148.93 -
System Red Green Blue C M Y K H S L
Decimal 234 225 23 0 0.04 0.90 0.08 57.44 0.83 0.5
Hex EA E1 17 0 4 5A 8 39 53 32
Octal 352 341 27 0 4 132 10 71 123 62
Binary 11101010 11100001 10111 0 100 1011010 1000 111001 1010011 110010

Color Harmonies of #EAE117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE117

Black with #EAE117

Text Example


Text Example

White with #EAE117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE117; }

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

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

background-color css

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

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

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

border-color css

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

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

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