Html Css Color HEX #EEE30C Lemon

📋 copy color: '#EEE30C'

red 238 ◦ green 227 ◦ blue 12

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

Shades of Lemon #EEE30C

Tints of Lemon #EEE30C

RGB

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

 GREEN value IS 227 (89.06% from 255) = 47.59%

 BLUE value IS 12 (5.08% from 255) = 2.52%

R = 49.9%
G = 47.59%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EEE30C (or 0xEEE30C) is known color: Lemon. HEX triplet: EE, E3 and 0C. RGB value is (238,227,12). Sum of RGB (Red+Green+Blue) = 238+227+12=477 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.90% from 477); Green value is 227 (89.06% from 255 or 47.59% from 477); Blue value is 12 (5.08% from 255 or 2.52% from 477); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE30C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEE30C is #111CF3. Grayscale: #CECECE. Windows color (decimal): -1121524 or 844782. OLE color: 844782.

HSL color Cylindrical-coordinate representation of color #EEE30C: hue angle of 57.08º 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 #EEE30C is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 227 12 -
CMYK 0 0.05 0.95 0.07
HSL 57.08º 0.9% 0.49% -
HSV(B) 57.08º 0.95% 0.93% -
XYZ 62.8 73.14 11.16 -
YUV 205.78 18.64 150.98 -
System Red Green Blue C M Y K H S L
Decimal 238 227 12 0 0.05 0.95 0.07 57.08 0.9 0.49
Hex EE E3 C 0 5 5F 7 39 5A 31
Octal 356 343 14 0 5 137 7 71 132 61
Binary 11101110 11100011 1100 0 101 1011111 111 111001 1011010 110001

Color Harmonies of #EEE30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE30C

Black with #EEE30C

Text Example


Text Example

White with #EEE30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE30C; }

 p { color: rgb(238,227,12); }

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

background-color css

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

 a { background-color: rgb(238,227,12); }

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

border-color css

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

 span { border-color: rgb(238,227,12); }

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