Html Css Color HEX #ECE112 Lemon

📋 copy color: '#ECE112'

red 236 ◦ green 225 ◦ blue 18

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

Shades of Lemon #ECE112

Tints of Lemon #ECE112

RGB

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

 GREEN value IS 225 (88.28% from 255) = 46.97%

 BLUE value IS 18 (7.42% from 255) = 3.76%

R = 49.27%
G = 46.97%
B = 3.76%

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

#ECE112 (or 0xECE112) is known color: Lemon. HEX triplet: EC, E1 and 12. RGB value is (236,225,18). Sum of RGB (Red+Green+Blue) = 236+225+18=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 225 (88.28% from 255 or 46.97% from 479); Blue value is 18 (7.42% from 255 or 3.76% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE112 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE112 is #131EED. Grayscale: #CDCDCD. Windows color (decimal): -1253102 or 1237484. OLE color: 1237484.

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

Color convert

RGB 236 225 18 -
CMYK 0 0.05 0.92 0.07
HSL 56.97º 0.86% 0.5% -
HSV(B) 56.97º 0.92% 0.93% -
XYZ 61.63 71.73 11.17 -
YUV 204.69 22.64 150.33 -
System Red Green Blue C M Y K H S L
Decimal 236 225 18 0 0.05 0.92 0.07 56.97 0.86 0.5
Hex EC E1 12 0 5 5C 7 39 56 32
Octal 354 341 22 0 5 134 7 71 126 62
Binary 11101100 11100001 10010 0 101 1011100 111 111001 1010110 110010

Color Harmonies of #ECE112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE112

Black with #ECE112

Text Example


Text Example

White with #ECE112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE112; }

 p { color: rgb(236,225,18); }

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

background-color css

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

 a { background-color: rgb(236,225,18); }

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

border-color css

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

 span { border-color: rgb(236,225,18); }

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