Html Css Color HEX #EDED0A Lemon

📋 copy color: '#EDED0A'

red 237 ◦ green 237 ◦ blue 10

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

Shades of Lemon #EDED0A

Tints of Lemon #EDED0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.07%

R = 48.97%
G = 48.97%
B = 2.07%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EDED0A (or 0xEDED0A) is known color: Lemon. HEX triplet: ED, ED and 0A. RGB value is (237,237,10). Sum of RGB (Red+Green+Blue) = 237+237+10=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 237 (92.97% from 255 or 48.97% from 484); Blue value is 10 (4.30% from 255 or 2.07% from 484); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED0A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDED0A is #1212F5. Grayscale: #D4D4D4. Windows color (decimal): -1184502 or 716269. OLE color: 716269.

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

Color convert

RGB 237 237 10 -
CMYK 0 0 0.96 0.07
HSL 60º 0.92% 0.48% -
HSV(B) 60º 0.96% 0.93% -
XYZ 65.26 78.59 12.02 -
YUV 211.12 14.5 146.46 -
System Red Green Blue C M Y K H S L
Decimal 237 237 10 0 0 0.96 0.07 60 0.92 0.48
Hex ED ED A 0 0 60 7 3C 5C 30
Octal 355 355 12 0 0 140 7 74 134 60
Binary 11101101 11101101 1010 0 0 1100000 111 111100 1011100 110000

Color Harmonies of #EDED0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDED0A

Black with #EDED0A

Text Example


Text Example

White with #EDED0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDED0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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