Html Css Color HEX #ECE013 Lemon

📋 copy color: '#ECE013'

red 236 ◦ green 224 ◦ blue 19

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

Shades of Lemon #ECE013

Tints of Lemon #ECE013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 3.97%

R = 49.27%
G = 46.76%
B = 3.97%

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

#ECE013 (or 0xECE013) is known color: Lemon. HEX triplet: EC, E0 and 13. RGB value is (236,224,19). Sum of RGB (Red+Green+Blue) = 236+224+19=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 224 (87.89% from 255 or 46.76% from 479); Blue value is 19 (7.81% from 255 or 3.97% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE013 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE013 is #131FEC. Grayscale: #CDCDCD. Windows color (decimal): -1253357 or 1302764. OLE color: 1302764.

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

Color convert

RGB 236 224 19 -
CMYK 0 0.05 0.92 0.07
HSL 56.68º 0.85% 0.5% -
HSV(B) 56.68º 0.92% 0.93% -
XYZ 61.37 71.19 11.12 -
YUV 204.22 23.48 150.67 -
System Red Green Blue C M Y K H S L
Decimal 236 224 19 0 0.05 0.92 0.07 56.68 0.85 0.5
Hex EC E0 13 0 5 5C 7 39 55 32
Octal 354 340 23 0 5 134 7 71 125 62
Binary 11101100 11100000 10011 0 101 1011100 111 111001 1010101 110010

Color Harmonies of #ECE013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE013

Black with #ECE013

Text Example


Text Example

White with #ECE013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE013; }

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

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

background-color css

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

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

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

border-color css

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

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

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