Html Css Color HEX #EDED12 Lemon

📋 copy color: '#EDED12'

red 237 ◦ green 237 ◦ blue 18

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

Shades of Lemon #EDED12

Tints of Lemon #EDED12

RGB

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

 GREEN value IS 237 (92.97% from 255) = 48.17%

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

R = 48.17%
G = 48.17%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EDED12 (or 0xEDED12) is known color: Lemon. HEX triplet: ED, ED and 12. RGB value is (237,237,18). Sum of RGB (Red+Green+Blue) = 237+237+18=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 237 (92.97% from 255 or 48.17% from 492); Blue value is 18 (7.42% from 255 or 3.66% from 492); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED12 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDED12 is #1212ED. Grayscale: #D4D4D4. Windows color (decimal): -1184494 or 1240557. OLE color: 1240557.

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

Color convert

RGB 237 237 18 -
CMYK 0 0 0.92 0.07
HSL 60º 0.86% 0.5% -
HSV(B) 60º 0.92% 0.93% -
XYZ 65.32 78.62 12.3 -
YUV 212.03 18.5 145.81 -
System Red Green Blue C M Y K H S L
Decimal 237 237 18 0 0 0.92 0.07 60 0.86 0.5
Hex ED ED 12 0 0 5C 7 3C 56 32
Octal 355 355 22 0 0 134 7 74 126 62
Binary 11101101 11101101 10010 0 0 1011100 111 111100 1010110 110010

Color Harmonies of #EDED12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDED12

Black with #EDED12

Text Example


Text Example

White with #EDED12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDED12; }

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

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

background-color css

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

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

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

border-color css

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

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

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