Html Css Color HEX #EEE40D Lemon

📋 copy color: '#EEE40D'

red 238 ◦ green 228 ◦ blue 13

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

Shades of Lemon #EEE40D

Tints of Lemon #EEE40D

RGB

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

 GREEN value IS 228 (89.45% from 255) = 47.6%

 BLUE value IS 13 (5.47% from 255) = 2.71%

R = 49.69%
G = 47.6%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EEE40D (or 0xEEE40D) is known color: Lemon. HEX triplet: EE, E4 and 0D. RGB value is (238,228,13). Sum of RGB (Red+Green+Blue) = 238+228+13=479 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.69% from 479); Green value is 228 (89.45% from 255 or 47.60% from 479); Blue value is 13 (5.47% from 255 or 2.71% from 479); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE40D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEE40D is #111BF2. Grayscale: #CFCFCF. Windows color (decimal): -1121267 or 910574. OLE color: 910574.

HSL color Cylindrical-coordinate representation of color #EEE40D: hue angle of 57.33º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EEE40D is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 228 13 -
CMYK 0 0.04 0.95 0.07
HSL 57.33º 0.9% 0.49% -
HSV(B) 57.33º 0.95% 0.93% -
XYZ 63.08 73.69 11.28 -
YUV 206.48 18.81 150.48 -
System Red Green Blue C M Y K H S L
Decimal 238 228 13 0 0.04 0.95 0.07 57.33 0.9 0.49
Hex EE E4 D 0 4 5F 7 39 5A 31
Octal 356 344 15 0 4 137 7 71 132 61
Binary 11101110 11100100 1101 0 100 1011111 111 111001 1011010 110001

Color Harmonies of #EEE40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE40D

Black with #EEE40D

Text Example


Text Example

White with #EEE40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE40D; }

 p { color: rgb(238,228,13); }

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

background-color css

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

 a { background-color: rgb(238,228,13); }

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

border-color css

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

 span { border-color: rgb(238,228,13); }

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