Html Css Color HEX #ECE512 Lemon

📋 copy color: '#ECE512'

red 236 ◦ green 229 ◦ blue 18

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

Shades of Lemon #ECE512

Tints of Lemon #ECE512

RGB

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

 GREEN value IS 229 (89.84% from 255) = 47.41%

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

R = 48.86%
G = 47.41%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#ECE512 (or 0xECE512) is known color: Lemon. HEX triplet: EC, E5 and 12. RGB value is (236,229,18). Sum of RGB (Red+Green+Blue) = 236+229+18=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 229 (89.84% from 255 or 47.41% from 483); Blue value is 18 (7.42% from 255 or 3.73% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE512 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE512 is #131AED. Grayscale: #CFCFCF. Windows color (decimal): -1252078 or 1238508. OLE color: 1238508.

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

Color convert

RGB 236 229 18 -
CMYK 0 0.03 0.92 0.07
HSL 58.07º 0.86% 0.5% -
HSV(B) 58.07º 0.92% 0.93% -
XYZ 62.72 73.92 11.53 -
YUV 207.04 21.32 148.66 -
System Red Green Blue C M Y K H S L
Decimal 236 229 18 0 0.03 0.92 0.07 58.07 0.86 0.5
Hex EC E5 12 0 3 5C 7 3A 56 32
Octal 354 345 22 0 3 134 7 72 126 62
Binary 11101100 11100101 10010 0 11 1011100 111 111010 1010110 110010

Color Harmonies of #ECE512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE512

Black with #ECE512

Text Example


Text Example

White with #ECE512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE512; }

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

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

background-color css

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

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

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

border-color css

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

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

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