Html Css Color HEX #ECE012 Lemon

📋 copy color: '#ECE012'

red 236 ◦ green 224 ◦ blue 18

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

Shades of Lemon #ECE012

Tints of Lemon #ECE012

RGB

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

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

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

R = 49.37%
G = 46.86%
B = 3.77%

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

#ECE012 (or 0xECE012) is known color: Lemon. HEX triplet: EC, E0 and 12. RGB value is (236,224,18). Sum of RGB (Red+Green+Blue) = 236+224+18=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 224 (87.89% from 255 or 46.86% from 478); Blue value is 18 (7.42% from 255 or 3.77% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE012 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE012 is #131FED. Grayscale: #CCCCCC. Windows color (decimal): -1253358 or 1237228. OLE color: 1237228.

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

Color convert

RGB 236 224 18 -
CMYK 0 0.05 0.92 0.07
HSL 56.7º 0.86% 0.5% -
HSV(B) 56.7º 0.92% 0.93% -
XYZ 61.36 71.19 11.08 -
YUV 204.1 22.98 150.75 -
System Red Green Blue C M Y K H S L
Decimal 236 224 18 0 0.05 0.92 0.07 56.7 0.86 0.5
Hex EC E0 12 0 5 5C 7 39 56 32
Octal 354 340 22 0 5 134 7 71 126 62
Binary 11101100 11100000 10010 0 101 1011100 111 111001 1010110 110010

Color Harmonies of #ECE012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE012

Black with #ECE012

Text Example


Text Example

White with #ECE012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE012; }

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

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

background-color css

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

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

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

border-color css

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

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

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