Html Css Color HEX #EDE10E Lemon

📋 copy color: '#EDE10E'

red 237 ◦ green 225 ◦ blue 14

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

Shades of Lemon #EDE10E

Tints of Lemon #EDE10E

RGB

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

 GREEN value IS 225 (88.28% from 255) = 47.27%

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

R = 49.79%
G = 47.27%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EDE10E (or 0xEDE10E) is known color: Lemon. HEX triplet: ED, E1 and 0E. RGB value is (237,225,14). Sum of RGB (Red+Green+Blue) = 237+225+14=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 225 (88.28% from 255 or 47.27% from 476); Blue value is 14 (5.86% from 255 or 2.94% from 476); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE10E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE10E is #121EF1. Grayscale: #CDCDCD. Windows color (decimal): -1187570 or 975341. OLE color: 975341.

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

Color convert

RGB 237 225 14 -
CMYK 0 0.05 0.94 0.07
HSL 56.77º 0.89% 0.49% -
HSV(B) 56.77º 0.94% 0.93% -
XYZ 61.93 71.89 11.03 -
YUV 204.53 20.48 151.16 -
System Red Green Blue C M Y K H S L
Decimal 237 225 14 0 0.05 0.94 0.07 56.77 0.89 0.49
Hex ED E1 E 0 5 5E 7 39 59 31
Octal 355 341 16 0 5 136 7 71 131 61
Binary 11101101 11100001 1110 0 101 1011110 111 111001 1011001 110001

Color Harmonies of #EDE10E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE10E

Black with #EDE10E

Text Example


Text Example

White with #EDE10E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE10E; }

 p { color: rgb(237,225,14); }

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

background-color css

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

 a { background-color: rgb(237,225,14); }

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

border-color css

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

 span { border-color: rgb(237,225,14); }

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