Html Css Color HEX #EDE10D Lemon

📋 copy color: '#EDE10D'

red 237 ◦ green 225 ◦ blue 13

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

Shades of Lemon #EDE10D

Tints of Lemon #EDE10D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.74%

R = 49.89%
G = 47.37%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EDE10D (or 0xEDE10D) is known color: Lemon. HEX triplet: ED, E1 and 0D. RGB value is (237,225,13). Sum of RGB (Red+Green+Blue) = 237+225+13=475 (62% of max value = 765). Red value is 237 (92.97% from 255 or 49.89% from 475); Green value is 225 (88.28% from 255 or 47.37% from 475); Blue value is 13 (5.47% from 255 or 2.74% from 475); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE10D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE10D is #121EF2. Grayscale: #CDCDCD. Windows color (decimal): -1187571 or 909805. OLE color: 909805.

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

Color convert

RGB 237 225 13 -
CMYK 0 0.05 0.95 0.07
HSL 56.79º 0.9% 0.49% -
HSV(B) 56.79º 0.95% 0.93% -
XYZ 61.92 71.88 10.99 -
YUV 204.42 19.98 151.24 -
System Red Green Blue C M Y K H S L
Decimal 237 225 13 0 0.05 0.95 0.07 56.79 0.9 0.49
Hex ED E1 D 0 5 5F 7 39 5A 31
Octal 355 341 15 0 5 137 7 71 132 61
Binary 11101101 11100001 1101 0 101 1011111 111 111001 1011010 110001

Color Harmonies of #EDE10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE10D

Black with #EDE10D

Text Example


Text Example

White with #EDE10D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE10D; }

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

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

background-color css

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

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

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

border-color css

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

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

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