Html Css Color HEX #EDE51D Lemon

📋 copy color: '#EDE51D'

red 237 ◦ green 229 ◦ blue 29

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

Shades of Lemon #EDE51D

Tints of Lemon #EDE51D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 5.86%

R = 47.88%
G = 46.26%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EDE51D (or 0xEDE51D) is known color: Lemon. HEX triplet: ED, E5 and 1D. RGB value is (237,229,29). Sum of RGB (Red+Green+Blue) = 237+229+29=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 229 (89.84% from 255 or 46.26% from 495); Blue value is 29 (11.72% from 255 or 5.86% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE51D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE51D is #121AE2. Grayscale: #D1D1D1. Windows color (decimal): -1186531 or 1959405. OLE color: 1959405.

HSL color Cylindrical-coordinate representation of color #EDE51D: hue angle of 57.69º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EDE51D is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 229 29 -
CMYK 0 0.03 0.88 0.07
HSL 57.69º 0.85% 0.52% -
HSV(B) 57.69º 0.88% 0.93% -
XYZ 63.17 74.13 12.14 -
YUV 208.59 26.65 148.26 -
System Red Green Blue C M Y K H S L
Decimal 237 229 29 0 0.03 0.88 0.07 57.69 0.85 0.52
Hex ED E5 1D 0 3 58 7 3A 55 34
Octal 355 345 35 0 3 130 7 72 125 64
Binary 11101101 11100101 11101 0 11 1011000 111 111010 1010101 110100

Color Harmonies of #EDE51D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE51D

Black with #EDE51D

Text Example


Text Example

White with #EDE51D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE51D; }

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

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

background-color css

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

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

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

border-color css

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

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

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