Html Css Color HEX #EEE314 Lemon

📋 copy color: '#EEE314'

red 238 ◦ green 227 ◦ blue 20

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

Shades of Lemon #EEE314

Tints of Lemon #EEE314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.12%

R = 49.07%
G = 46.8%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EEE314 (or 0xEEE314) is known color: Lemon. HEX triplet: EE, E3 and 14. RGB value is (238,227,20). Sum of RGB (Red+Green+Blue) = 238+227+20=485 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.07% from 485); Green value is 227 (89.06% from 255 or 46.80% from 485); Blue value is 20 (8.20% from 255 or 4.12% from 485); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE314 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEE314 is #111CEB. Grayscale: #CFCFCF. Windows color (decimal): -1121516 or 1369070. OLE color: 1369070.

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

Color convert

RGB 238 227 20 -
CMYK 0 0.05 0.92 0.07
HSL 56.97º 0.87% 0.51% -
HSV(B) 56.97º 0.92% 0.93% -
XYZ 62.86 73.17 11.47 -
YUV 206.69 22.64 150.33 -
System Red Green Blue C M Y K H S L
Decimal 238 227 20 0 0.05 0.92 0.07 56.97 0.87 0.51
Hex EE E3 14 0 5 5C 7 39 57 33
Octal 356 343 24 0 5 134 7 71 127 63
Binary 11101110 11100011 10100 0 101 1011100 111 111001 1010111 110011

Color Harmonies of #EEE314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE314

Black with #EEE314

Text Example


Text Example

White with #EEE314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE314; }

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

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

background-color css

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

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

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

border-color css

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

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

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