Html Css Color HEX #EDED0C Lemon

📋 copy color: '#EDED0C'

red 237 ◦ green 237 ◦ blue 12

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

Shades of Lemon #EDED0C

Tints of Lemon #EDED0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.47%

R = 48.77%
G = 48.77%
B = 2.47%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EDED0C (or 0xEDED0C) is known color: Lemon. HEX triplet: ED, ED and 0C. RGB value is (237,237,12). Sum of RGB (Red+Green+Blue) = 237+237+12=486 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.77% from 486); Green value is 237 (92.97% from 255 or 48.77% from 486); Blue value is 12 (5.08% from 255 or 2.47% from 486); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED0C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDED0C is #1212F3. Grayscale: #D4D4D4. Windows color (decimal): -1184500 or 847341. OLE color: 847341.

HSL color Cylindrical-coordinate representation of color #EDED0C: hue angle of 60º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EDED0C is Cyan = 0, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 237 12 -
CMYK 0 0 0.95 0.07
HSL 60º 0.9% 0.49% -
HSV(B) 60º 0.95% 0.93% -
XYZ 65.28 78.6 12.08 -
YUV 211.35 15.5 146.3 -
System Red Green Blue C M Y K H S L
Decimal 237 237 12 0 0 0.95 0.07 60 0.9 0.49
Hex ED ED C 0 0 5F 7 3C 5A 31
Octal 355 355 14 0 0 137 7 74 132 61
Binary 11101101 11101101 1100 0 0 1011111 111 111100 1011010 110001

Color Harmonies of #EDED0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDED0C

Black with #EDED0C

Text Example


Text Example

White with #EDED0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDED0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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