Html Css Color HEX #EEE40A Lemon

📋 copy color: '#EEE40A'

red 238 ◦ green 228 ◦ blue 10

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

Shades of Lemon #EEE40A

Tints of Lemon #EEE40A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.1%

R = 50%
G = 47.9%
B = 2.1%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EEE40A (or 0xEEE40A) is known color: Lemon. HEX triplet: EE, E4 and 0A. RGB value is (238,228,10). Sum of RGB (Red+Green+Blue) = 238+228+10=476 (63% of max value = 765). Red value is 238 (93.36% from 255 or 50% from 476); Green value is 228 (89.45% from 255 or 47.90% from 476); Blue value is 10 (4.30% from 255 or 2.10% from 476); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE40A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEE40A is #111BF5. Grayscale: #CFCFCF. Windows color (decimal): -1121270 or 713966. OLE color: 713966.

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

Color convert

RGB 238 228 10 -
CMYK 0 0.04 0.96 0.07
HSL 57.37º 0.92% 0.49% -
HSV(B) 57.37º 0.96% 0.93% -
XYZ 63.06 73.69 11.19 -
YUV 206.14 17.31 150.73 -
System Red Green Blue C M Y K H S L
Decimal 238 228 10 0 0.04 0.96 0.07 57.37 0.92 0.49
Hex EE E4 A 0 4 60 7 39 5C 31
Octal 356 344 12 0 4 140 7 71 134 61
Binary 11101110 11100100 1010 0 100 1100000 111 111001 1011100 110001

Color Harmonies of #EEE40A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE40A

Black with #EEE40A

Text Example


Text Example

White with #EEE40A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE40A; }

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

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

background-color css

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

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

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

border-color css

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

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

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