Html Css Color HEX #EDEE0F Lemon

📋 copy color: '#EDEE0F'

red 237 ◦ green 238 ◦ blue 15

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

Shades of Lemon #EDEE0F

Tints of Lemon #EDEE0F

RGB

 RED value IS 237 (92.97% from 255) = 48.37%

 GREEN value IS 238 (93.36% from 255) = 48.57%

 BLUE value IS 15 (6.25% from 255) = 3.06%

R = 48.37%
G = 48.57%
B = 3.06%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EDEE0F (or 0xEDEE0F) is known color: Lemon. HEX triplet: ED, EE and 0F. RGB value is (237,238,15). Sum of RGB (Red+Green+Blue) = 237+238+15=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 238 (93.36% from 255 or 48.57% from 490); Blue value is 15 (6.25% from 255 or 3.06% from 490); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEE0F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDEE0F is #1211F0. Grayscale: #D5D5D5. Windows color (decimal): -1184241 or 1044205. OLE color: 1044205.

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

Color convert

RGB 237 238 15 -
CMYK 0.00 0 0.94 0.07
HSL 60.27º 0.88% 0.5% -
HSV(B) 60.27º 0.94% 0.93% -
XYZ 65.59 79.19 12.28 -
YUV 212.28 16.67 145.63 -
System Red Green Blue C M Y K H S L
Decimal 237 238 15 0.00 0 0.94 0.07 60.27 0.88 0.5
Hex ED EE F 0 0 5E 7 3C 58 32
Octal 355 356 17 0 0 136 7 74 130 62
Binary 11101101 11101110 1111 0 0 1011110 111 111100 1011000 110010

Color Harmonies of #EDEE0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEE0F

Black with #EDEE0F

Text Example


Text Example

White with #EDEE0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEE0F; }

 p { color: rgb(237,238,15); }

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

background-color css

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

 a { background-color: rgb(237,238,15); }

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

border-color css

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

 span { border-color: rgb(237,238,15); }

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