Html Css Color HEX #ECE110 Lemon

📋 copy color: '#ECE110'

red 236 ◦ green 225 ◦ blue 16

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

Shades of Lemon #ECE110

Tints of Lemon #ECE110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.35%

R = 49.48%
G = 47.17%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#ECE110 (or 0xECE110) is known color: Lemon. HEX triplet: EC, E1 and 10. RGB value is (236,225,16). Sum of RGB (Red+Green+Blue) = 236+225+16=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 225 (88.28% from 255 or 47.17% from 477); Blue value is 16 (6.64% from 255 or 3.35% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE110 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE110 is #131EEF. Grayscale: #CDCDCD. Windows color (decimal): -1253104 or 1106412. OLE color: 1106412.

HSL color Cylindrical-coordinate representation of color #ECE110: hue angle of 57º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ECE110 is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 225 16 -
CMYK 0 0.05 0.93 0.07
HSL 57º 0.87% 0.49% -
HSV(B) 57º 0.93% 0.93% -
XYZ 61.61 71.72 11.09 -
YUV 204.46 21.64 150.49 -
System Red Green Blue C M Y K H S L
Decimal 236 225 16 0 0.05 0.93 0.07 57 0.87 0.49
Hex EC E1 10 0 5 5D 7 39 57 31
Octal 354 341 20 0 5 135 7 71 127 61
Binary 11101100 11100001 10000 0 101 1011101 111 111001 1010111 110001

Color Harmonies of #ECE110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE110

Black with #ECE110

Text Example


Text Example

White with #ECE110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE110; }

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

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

background-color css

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

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

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

border-color css

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

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

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