Html Css Color HEX #EDEC1D Lemon

📋 copy color: '#EDEC1D'

red 237 ◦ green 236 ◦ blue 29

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

Shades of Lemon #EDEC1D

Tints of Lemon #EDEC1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 5.78%

R = 47.21%
G = 47.01%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EDEC1D (or 0xEDEC1D) is known color: Lemon. HEX triplet: ED, EC and 1D. RGB value is (237,236,29). Sum of RGB (Red+Green+Blue) = 237+236+29=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 236 (92.58% from 255 or 47.01% from 502); Blue value is 29 (11.72% from 255 or 5.78% from 502); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC1D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEC1D is #1213E2. Grayscale: #D5D5D5. Windows color (decimal): -1184739 or 1961197. OLE color: 1961197.

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

Color convert

RGB 237 236 29 -
CMYK 0 0.00 0.88 0.07
HSL 59.71º 0.85% 0.52% -
HSV(B) 59.71º 0.88% 0.93% -
XYZ 65.14 78.08 12.8 -
YUV 212.7 24.33 145.33 -
System Red Green Blue C M Y K H S L
Decimal 237 236 29 0 0.00 0.88 0.07 59.71 0.85 0.52
Hex ED EC 1D 0 0 58 7 3C 55 34
Octal 355 354 35 0 0 130 7 74 125 64
Binary 11101101 11101100 11101 0 0 1011000 111 111100 1010101 110100

Color Harmonies of #EDEC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEC1D

Black with #EDEC1D

Text Example


Text Example

White with #EDEC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEC1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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