Html Css Color HEX #ECE316 Lemon

📋 copy color: '#ECE316'

red 236 ◦ green 227 ◦ blue 22

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

Shades of Lemon #ECE316

Tints of Lemon #ECE316

RGB

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

 GREEN value IS 227 (89.06% from 255) = 46.8%

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

R = 48.66%
G = 46.8%
B = 4.54%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#ECE316 (or 0xECE316) is known color: Lemon. HEX triplet: EC, E3 and 16. RGB value is (236,227,22). Sum of RGB (Red+Green+Blue) = 236+227+22=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 227 (89.06% from 255 or 46.80% from 485); Blue value is 22 (8.98% from 255 or 4.54% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE316 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE316 is #131CE9. Grayscale: #CFCFCF. Windows color (decimal): -1252586 or 1500140. OLE color: 1500140.

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

Color convert

RGB 236 227 22 -
CMYK 0 0.04 0.91 0.07
HSL 57.48º 0.85% 0.51% -
HSV(B) 57.48º 0.91% 0.93% -
XYZ 62.21 72.83 11.54 -
YUV 206.32 23.98 149.17 -
System Red Green Blue C M Y K H S L
Decimal 236 227 22 0 0.04 0.91 0.07 57.48 0.85 0.51
Hex EC E3 16 0 4 5B 7 39 55 33
Octal 354 343 26 0 4 133 7 71 125 63
Binary 11101100 11100011 10110 0 100 1011011 111 111001 1010101 110011

Color Harmonies of #ECE316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE316

Black with #ECE316

Text Example


Text Example

White with #ECE316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE316; }

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

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

background-color css

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

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

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

border-color css

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

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

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