Html Css Color HEX #EDE51C Lemon

📋 copy color: '#EDE51C'

red 237 ◦ green 229 ◦ blue 28

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

Shades of Lemon #EDE51C

Tints of Lemon #EDE51C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 5.67%

R = 47.98%
G = 46.36%
B = 5.67%

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

#EDE51C (or 0xEDE51C) is known color: Lemon. HEX triplet: ED, E5 and 1C. RGB value is (237,229,28). Sum of RGB (Red+Green+Blue) = 237+229+28=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 229 (89.84% from 255 or 46.36% from 494); Blue value is 28 (11.33% from 255 or 5.67% from 494); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE51C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE51C is #121AE3. Grayscale: #D1D1D1. Windows color (decimal): -1186532 or 1893869. OLE color: 1893869.

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

Color convert

RGB 237 229 28 -
CMYK 0 0.03 0.88 0.07
HSL 57.7º 0.85% 0.52% -
HSV(B) 57.7º 0.88% 0.93% -
XYZ 63.15 74.13 12.08 -
YUV 208.48 26.15 148.34 -
System Red Green Blue C M Y K H S L
Decimal 237 229 28 0 0.03 0.88 0.07 57.7 0.85 0.52
Hex ED E5 1C 0 3 58 7 3A 55 34
Octal 355 345 34 0 3 130 7 72 125 64
Binary 11101101 11100101 11100 0 11 1011000 111 111010 1010101 110100

Color Harmonies of #EDE51C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE51C

Black with #EDE51C

Text Example


Text Example

White with #EDE51C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE51C; }

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

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

background-color css

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

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

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

border-color css

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

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

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