Html Css Color HEX #ECE214 Lemon

📋 copy color: '#ECE214'

red 236 ◦ green 226 ◦ blue 20

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

Shades of Lemon #ECE214

Tints of Lemon #ECE214

RGB

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

 GREEN value IS 226 (88.67% from 255) = 46.89%

 BLUE value IS 20 (8.2% from 255) = 4.15%

R = 48.96%
G = 46.89%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#ECE214 (or 0xECE214) is known color: Lemon. HEX triplet: EC, E2 and 14. RGB value is (236,226,20). Sum of RGB (Red+Green+Blue) = 236+226+20=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 226 (88.67% from 255 or 46.89% from 482); Blue value is 20 (8.20% from 255 or 4.15% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE214 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE214 is #131DEB. Grayscale: #CECECE. Windows color (decimal): -1252844 or 1368812. OLE color: 1368812.

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

Color convert

RGB 236 226 20 -
CMYK 0 0.04 0.92 0.07
HSL 57.22º 0.85% 0.5% -
HSV(B) 57.22º 0.92% 0.93% -
XYZ 61.91 72.28 11.35 -
YUV 205.51 23.31 149.75 -
System Red Green Blue C M Y K H S L
Decimal 236 226 20 0 0.04 0.92 0.07 57.22 0.85 0.5
Hex EC E2 14 0 4 5C 7 39 55 32
Octal 354 342 24 0 4 134 7 71 125 62
Binary 11101100 11100010 10100 0 100 1011100 111 111001 1010101 110010

Color Harmonies of #ECE214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE214

Black with #ECE214

Text Example


Text Example

White with #ECE214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE214; }

 p { color: rgb(236,226,20); }

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

background-color css

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

 a { background-color: rgb(236,226,20); }

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

border-color css

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

 span { border-color: rgb(236,226,20); }

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