Html Css Color HEX #EDE012 Lemon

📋 copy color: '#EDE012'

red 237 ◦ green 224 ◦ blue 18

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

Shades of Lemon #EDE012

Tints of Lemon #EDE012

RGB

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

 GREEN value IS 224 (87.89% from 255) = 46.76%

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

R = 49.48%
G = 46.76%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EDE012 (or 0xEDE012) is known color: Lemon. HEX triplet: ED, E0 and 12. RGB value is (237,224,18). Sum of RGB (Red+Green+Blue) = 237+224+18=479 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.48% from 479); Green value is 224 (87.89% from 255 or 46.76% from 479); Blue value is 18 (7.42% from 255 or 3.76% from 479); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE012 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE012 is #121FED. Grayscale: #CDCDCD. Windows color (decimal): -1187822 or 1237229. OLE color: 1237229.

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

Color convert

RGB 237 224 18 -
CMYK 0 0.05 0.92 0.07
HSL 56.44º 0.86% 0.5% -
HSV(B) 56.44º 0.92% 0.93% -
XYZ 61.69 71.36 11.09 -
YUV 204.4 22.81 151.25 -
System Red Green Blue C M Y K H S L
Decimal 237 224 18 0 0.05 0.92 0.07 56.44 0.86 0.5
Hex ED E0 12 0 5 5C 7 38 56 32
Octal 355 340 22 0 5 134 7 70 126 62
Binary 11101101 11100000 10010 0 101 1011100 111 111000 1010110 110010

Color Harmonies of #EDE012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE012

Black with #EDE012

Text Example


Text Example

White with #EDE012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE012; }

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

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

background-color css

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

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

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

border-color css

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

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

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