Html Css Color HEX #EDEC16 Lemon

📋 copy color: '#EDEC16'

red 237 ◦ green 236 ◦ blue 22

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

Shades of Lemon #EDEC16

Tints of Lemon #EDEC16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.44%

R = 47.88%
G = 47.68%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EDEC16 (or 0xEDEC16) is known color: Lemon. HEX triplet: ED, EC and 16. RGB value is (237,236,22). Sum of RGB (Red+Green+Blue) = 237+236+22=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 236 (92.58% from 255 or 47.68% from 495); Blue value is 22 (8.98% from 255 or 4.44% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC16 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDEC16 is #1213E9. Grayscale: #D4D4D4. Windows color (decimal): -1184746 or 1502445. OLE color: 1502445.

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

Color convert

RGB 237 236 22 -
CMYK 0 0.00 0.91 0.07
HSL 59.72º 0.86% 0.51% -
HSV(B) 59.72º 0.91% 0.93% -
XYZ 65.07 78.05 12.4 -
YUV 211.9 20.83 145.9 -
System Red Green Blue C M Y K H S L
Decimal 237 236 22 0 0.00 0.91 0.07 59.72 0.86 0.51
Hex ED EC 16 0 0 5B 7 3C 56 33
Octal 355 354 26 0 0 133 7 74 126 63
Binary 11101101 11101100 10110 0 0 1011011 111 111100 1010110 110011

Color Harmonies of #EDEC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEC16

Black with #EDEC16

Text Example


Text Example

White with #EDEC16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEC16; }

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

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

background-color css

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

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

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

border-color css

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

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

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