Html Css Color HEX #EDE50D Lemon

📋 copy color: '#EDE50D'

red 237 ◦ green 229 ◦ blue 13

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

Shades of Lemon #EDE50D

Tints of Lemon #EDE50D

RGB

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

 GREEN value IS 229 (89.84% from 255) = 47.81%

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

R = 49.48%
G = 47.81%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EDE50D (or 0xEDE50D) is known color: Lemon. HEX triplet: ED, E5 and 0D. RGB value is (237,229,13). Sum of RGB (Red+Green+Blue) = 237+229+13=479 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.48% from 479); Green value is 229 (89.84% from 255 or 47.81% from 479); Blue value is 13 (5.47% from 255 or 2.71% from 479); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE50D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE50D is #121AF2. Grayscale: #CFCFCF. Windows color (decimal): -1186547 or 910829. OLE color: 910829.

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

Color convert

RGB 237 229 13 -
CMYK 0 0.03 0.95 0.07
HSL 57.86º 0.9% 0.49% -
HSV(B) 57.86º 0.95% 0.93% -
XYZ 63.02 74.07 11.36 -
YUV 206.77 18.65 149.56 -
System Red Green Blue C M Y K H S L
Decimal 237 229 13 0 0.03 0.95 0.07 57.86 0.9 0.49
Hex ED E5 D 0 3 5F 7 3A 5A 31
Octal 355 345 15 0 3 137 7 72 132 61
Binary 11101101 11100101 1101 0 11 1011111 111 111010 1011010 110001

Color Harmonies of #EDE50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE50D

Black with #EDE50D

Text Example


Text Example

White with #EDE50D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE50D; }

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

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

background-color css

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

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

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

border-color css

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

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

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