Html Css Color HEX #EDEE10 Lemon

📋 copy color: '#EDEE10'

red 237 ◦ green 238 ◦ blue 16

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

Shades of Lemon #EDEE10

Tints of Lemon #EDEE10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.26%

R = 48.27%
G = 48.47%
B = 3.26%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EDEE10 (or 0xEDEE10) is known color: Lemon. HEX triplet: ED, EE and 10. RGB value is (237,238,16). Sum of RGB (Red+Green+Blue) = 237+238+16=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 238 (93.36% from 255 or 48.47% from 491); Blue value is 16 (6.64% from 255 or 3.26% from 491); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEE10 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDEE10 is #1211EF. Grayscale: #D5D5D5. Windows color (decimal): -1184240 or 1109741. OLE color: 1109741.

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

Color convert

RGB 237 238 16 -
CMYK 0.00 0 0.93 0.07
HSL 60.27º 0.87% 0.5% -
HSV(B) 60.27º 0.93% 0.93% -
XYZ 65.59 79.19 12.32 -
YUV 212.39 17.17 145.55 -
System Red Green Blue C M Y K H S L
Decimal 237 238 16 0.00 0 0.93 0.07 60.27 0.87 0.5
Hex ED EE 10 0 0 5D 7 3C 57 32
Octal 355 356 20 0 0 135 7 74 127 62
Binary 11101101 11101110 10000 0 0 1011101 111 111100 1010111 110010

Color Harmonies of #EDEE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEE10

Black with #EDEE10

Text Example


Text Example

White with #EDEE10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEE10; }

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

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

background-color css

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

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

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

border-color css

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

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

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