Html Css Color HEX #ECE014 Lemon

📋 copy color: '#ECE014'

red 236 ◦ green 224 ◦ blue 20

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

Shades of Lemon #ECE014

Tints of Lemon #ECE014

RGB

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

 GREEN value IS 224 (87.89% from 255) = 46.67%

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

R = 49.17%
G = 46.67%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#ECE014 (or 0xECE014) is known color: Lemon. HEX triplet: EC, E0 and 14. RGB value is (236,224,20). Sum of RGB (Red+Green+Blue) = 236+224+20=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 224 (87.89% from 255 or 46.67% from 480); Blue value is 20 (8.20% from 255 or 4.17% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE014 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE014 is #131FEB. Grayscale: #CDCDCD. Windows color (decimal): -1253356 or 1368300. OLE color: 1368300.

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

Color convert

RGB 236 224 20 -
CMYK 0 0.05 0.92 0.07
HSL 56.67º 0.85% 0.5% -
HSV(B) 56.67º 0.92% 0.93% -
XYZ 61.37 71.19 11.17 -
YUV 204.33 23.98 150.59 -
System Red Green Blue C M Y K H S L
Decimal 236 224 20 0 0.05 0.92 0.07 56.67 0.85 0.5
Hex EC E0 14 0 5 5C 7 39 55 32
Octal 354 340 24 0 5 134 7 71 125 62
Binary 11101100 11100000 10100 0 101 1011100 111 111001 1010101 110010

Color Harmonies of #ECE014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE014

Black with #ECE014

Text Example


Text Example

White with #ECE014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE014; }

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

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

background-color css

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

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

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

border-color css

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

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

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