Html Css Color HEX #ECED16 Lemon

📋 copy color: '#ECED16'

red 236 ◦ green 237 ◦ blue 22

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

Shades of Lemon #ECED16

Tints of Lemon #ECED16

RGB

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

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

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

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

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

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

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

Color convert

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

Color Harmonies of #ECED16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECED16

Black with #ECED16

Text Example


Text Example

White with #ECED16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECED16; }

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

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

background-color css

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

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

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

border-color css

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

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

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