Html Css Color HEX #EEE215 Lemon

📋 copy color: '#EEE215'

red 238 ◦ green 226 ◦ blue 21

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

Shades of Lemon #EEE215

Tints of Lemon #EEE215

RGB

 RED value IS 238 (93.36% from 255) = 49.07%

 GREEN value IS 226 (88.67% from 255) = 46.6%

 BLUE value IS 21 (8.59% from 255) = 4.33%

R = 49.07%
G = 46.6%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EEE215 (or 0xEEE215) is known color: Lemon. HEX triplet: EE, E2 and 15. RGB value is (238,226,21). Sum of RGB (Red+Green+Blue) = 238+226+21=485 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.07% from 485); Green value is 226 (88.67% from 255 or 46.60% from 485); Blue value is 21 (8.59% from 255 or 4.33% from 485); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE215 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEE215 is #111DEA. Grayscale: #CFCFCF. Windows color (decimal): -1121771 or 1434350. OLE color: 1434350.

HSL color Cylindrical-coordinate representation of color #EEE215: hue angle of 56.68º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EEE215 is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 226 21 -
CMYK 0 0.05 0.91 0.07
HSL 56.68º 0.86% 0.51% -
HSV(B) 56.68º 0.91% 0.93% -
XYZ 62.59 72.62 11.43 -
YUV 206.22 23.48 150.67 -
System Red Green Blue C M Y K H S L
Decimal 238 226 21 0 0.05 0.91 0.07 56.68 0.86 0.51
Hex EE E2 15 0 5 5B 7 39 56 33
Octal 356 342 25 0 5 133 7 71 126 63
Binary 11101110 11100010 10101 0 101 1011011 111 111001 1010110 110011

Color Harmonies of #EEE215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE215

Black with #EEE215

Text Example


Text Example

White with #EEE215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE215; }

 p { color: rgb(238,226,21); }

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

background-color css

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

 a { background-color: rgb(238,226,21); }

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

border-color css

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

 span { border-color: rgb(238,226,21); }

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