Html Css Color HEX #EDE40D Lemon

📋 copy color: '#EDE40D'

red 237 ◦ green 228 ◦ blue 13

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

Shades of Lemon #EDE40D

Tints of Lemon #EDE40D

RGB

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

 GREEN value IS 228 (89.45% from 255) = 47.7%

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

R = 49.58%
G = 47.7%
B = 2.72%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EDE40D (or 0xEDE40D) is known color: Lemon. HEX triplet: ED, E4 and 0D. RGB value is (237,228,13). Sum of RGB (Red+Green+Blue) = 237+228+13=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 228 (89.45% from 255 or 47.70% from 478); Blue value is 13 (5.47% from 255 or 2.72% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE40D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE40D is #121BF2. Grayscale: #CFCFCF. Windows color (decimal): -1186803 or 910573. OLE color: 910573.

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

Color convert

RGB 237 228 13 -
CMYK 0 0.04 0.95 0.07
HSL 57.59º 0.9% 0.49% -
HSV(B) 57.59º 0.95% 0.93% -
XYZ 62.74 73.52 11.26 -
YUV 206.18 18.98 149.98 -
System Red Green Blue C M Y K H S L
Decimal 237 228 13 0 0.04 0.95 0.07 57.59 0.9 0.49
Hex ED E4 D 0 4 5F 7 3A 5A 31
Octal 355 344 15 0 4 137 7 72 132 61
Binary 11101101 11100100 1101 0 100 1011111 111 111010 1011010 110001

Color Harmonies of #EDE40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE40D

Black with #EDE40D

Text Example


Text Example

White with #EDE40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE40D; }

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

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

background-color css

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

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

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

border-color css

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

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

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