Html Css Color HEX #EDED1A Lemon

📋 copy color: '#EDED1A'

red 237 ◦ green 237 ◦ blue 26

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

Shades of Lemon #EDED1A

Tints of Lemon #EDED1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.2%

R = 47.4%
G = 47.4%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EDED1A (or 0xEDED1A) is known color: Lemon. HEX triplet: ED, ED and 1A. RGB value is (237,237,26). Sum of RGB (Red+Green+Blue) = 237+237+26=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 237 (92.97% from 255 or 47.4% from 500); Blue value is 26 (10.55% from 255 or 5.2% from 500); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED1A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDED1A is #1212E5. Grayscale: #D5D5D5. Windows color (decimal): -1184486 or 1764845. OLE color: 1764845.

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

Color convert

RGB 237 237 26 -
CMYK 0 0 0.89 0.07
HSL 60º 0.85% 0.52% -
HSV(B) 60º 0.89% 0.93% -
XYZ 65.4 78.65 12.71 -
YUV 212.95 22.5 145.16 -
System Red Green Blue C M Y K H S L
Decimal 237 237 26 0 0 0.89 0.07 60 0.85 0.52
Hex ED ED 1A 0 0 59 7 3C 55 34
Octal 355 355 32 0 0 131 7 74 125 64
Binary 11101101 11101101 11010 0 0 1011001 111 111100 1010101 110100

Color Harmonies of #EDED1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDED1A

Black with #EDED1A

Text Example


Text Example

White with #EDED1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDED1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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