Html Css Color HEX #ECE314 Lemon

📋 copy color: '#ECE314'

red 236 ◦ green 227 ◦ blue 20

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

Shades of Lemon #ECE314

Tints of Lemon #ECE314

RGB

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

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

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

R = 48.86%
G = 47%
B = 4.14%

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

#ECE314 (or 0xECE314) is known color: Lemon. HEX triplet: EC, E3 and 14. RGB value is (236,227,20). Sum of RGB (Red+Green+Blue) = 236+227+20=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 227 (89.06% from 255 or 47.00% from 483); Blue value is 20 (8.20% from 255 or 4.14% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE314 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE314 is #131CEB. Grayscale: #CECECE. Windows color (decimal): -1252588 or 1369068. OLE color: 1369068.

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

Color convert

RGB 236 227 20 -
CMYK 0 0.04 0.92 0.07
HSL 57.5º 0.85% 0.5% -
HSV(B) 57.5º 0.92% 0.93% -
XYZ 62.19 72.82 11.44 -
YUV 206.09 22.98 149.33 -
System Red Green Blue C M Y K H S L
Decimal 236 227 20 0 0.04 0.92 0.07 57.5 0.85 0.5
Hex EC E3 14 0 4 5C 7 3A 55 32
Octal 354 343 24 0 4 134 7 72 125 62
Binary 11101100 11100011 10100 0 100 1011100 111 111010 1010101 110010

Color Harmonies of #ECE314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE314

Black with #ECE314

Text Example


Text Example

White with #ECE314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE314; }

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

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

background-color css

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

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

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

border-color css

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

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

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