Html Css Color HEX #EDEC1A Lemon

📋 copy color: '#EDEC1A'

red 237 ◦ green 236 ◦ blue 26

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

Shades of Lemon #EDEC1A

Tints of Lemon #EDEC1A

RGB

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

 GREEN value IS 236 (92.58% from 255) = 47.29%

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

R = 47.49%
G = 47.29%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EDEC1A (or 0xEDEC1A) is known color: Lemon. HEX triplet: ED, EC and 1A. RGB value is (237,236,26). Sum of RGB (Red+Green+Blue) = 237+236+26=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 236 (92.58% from 255 or 47.29% from 499); Blue value is 26 (10.55% from 255 or 5.21% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC1A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEC1A is #1213E5. Grayscale: #D5D5D5. Windows color (decimal): -1184742 or 1764589. OLE color: 1764589.

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

Color convert

RGB 237 236 26 -
CMYK 0 0.00 0.89 0.07
HSL 59.72º 0.85% 0.52% -
HSV(B) 59.72º 0.89% 0.93% -
XYZ 65.11 78.07 12.61 -
YUV 212.36 22.83 145.58 -
System Red Green Blue C M Y K H S L
Decimal 237 236 26 0 0.00 0.89 0.07 59.72 0.85 0.52
Hex ED EC 1A 0 0 59 7 3C 55 34
Octal 355 354 32 0 0 131 7 74 125 64
Binary 11101101 11101100 11010 0 0 1011001 111 111100 1010101 110100

Color Harmonies of #EDEC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEC1A

Black with #EDEC1A

Text Example


Text Example

White with #EDEC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEC1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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