Html Css Color HEX #EDE512 Lemon

📋 copy color: '#EDE512'

red 237 ◦ green 229 ◦ blue 18

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

Shades of Lemon #EDE512

Tints of Lemon #EDE512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.72%

R = 48.97%
G = 47.31%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EDE512 (or 0xEDE512) is known color: Lemon. HEX triplet: ED, E5 and 12. RGB value is (237,229,18). Sum of RGB (Red+Green+Blue) = 237+229+18=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 229 (89.84% from 255 or 47.31% from 484); Blue value is 18 (7.42% from 255 or 3.72% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE512 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE512 is #121AED. Grayscale: #D0D0D0. Windows color (decimal): -1186542 or 1238509. OLE color: 1238509.

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

Color convert

RGB 237 229 18 -
CMYK 0 0.03 0.92 0.07
HSL 57.81º 0.86% 0.5% -
HSV(B) 57.81º 0.92% 0.93% -
XYZ 63.05 74.09 11.55 -
YUV 207.34 21.15 149.16 -
System Red Green Blue C M Y K H S L
Decimal 237 229 18 0 0.03 0.92 0.07 57.81 0.86 0.5
Hex ED E5 12 0 3 5C 7 3A 56 32
Octal 355 345 22 0 3 134 7 72 126 62
Binary 11101101 11100101 10010 0 11 1011100 111 111010 1010110 110010

Color Harmonies of #EDE512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE512

Black with #EDE512

Text Example


Text Example

White with #EDE512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE512; }

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

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

background-color css

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

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

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

border-color css

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

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

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