Html Css Color HEX #EEDF0E Lemon

📋 copy color: '#EEDF0E'

red 238 ◦ green 223 ◦ blue 14

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

Shades of Lemon #EEDF0E

Tints of Lemon #EEDF0E

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.95%

 BLUE value IS 14 (5.86% from 255) = 2.95%

R = 50.11%
G = 46.95%
B = 2.95%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EEDF0E (or 0xEEDF0E) is known color: Lemon. HEX triplet: EE, DF and 0E. RGB value is (238,223,14). Sum of RGB (Red+Green+Blue) = 238+223+14=475 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.11% from 475); Green value is 223 (87.5% from 255 or 46.95% from 475); Blue value is 14 (5.86% from 255 or 2.95% from 475); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDF0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEDF0E is #1120F1. Grayscale: #CCCCCC. Windows color (decimal): -1122546 or 974830. OLE color: 974830.

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

Color convert

RGB 238 223 14 -
CMYK 0 0.06 0.94 0.07
HSL 55.98º 0.89% 0.49% -
HSV(B) 55.98º 0.94% 0.93% -
XYZ 61.73 70.98 10.86 -
YUV 203.66 20.97 152.49 -
System Red Green Blue C M Y K H S L
Decimal 238 223 14 0 0.06 0.94 0.07 55.98 0.89 0.49
Hex EE DF E 0 6 5E 7 38 59 31
Octal 356 337 16 0 6 136 7 70 131 61
Binary 11101110 11011111 1110 0 110 1011110 111 111000 1011001 110001

Color Harmonies of #EEDF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDF0E

Black with #EEDF0E

Text Example


Text Example

White with #EEDF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDF0E; }

 p { color: rgb(238,223,14); }

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

background-color css

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

 a { background-color: rgb(238,223,14); }

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

border-color css

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

 span { border-color: rgb(238,223,14); }

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