Html Css Color HEX #ECE010 Lemon

📋 copy color: '#ECE010'

red 236 ◦ green 224 ◦ blue 16

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

Shades of Lemon #ECE010

Tints of Lemon #ECE010

RGB

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

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

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

R = 49.58%
G = 47.06%
B = 3.36%

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

#ECE010 (or 0xECE010) is known color: Lemon. HEX triplet: EC, E0 and 10. RGB value is (236,224,16). Sum of RGB (Red+Green+Blue) = 236+224+16=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 224 (87.89% from 255 or 47.06% from 476); Blue value is 16 (6.64% from 255 or 3.36% from 476); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE010 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE010 is #131FEF. Grayscale: #CCCCCC. Windows color (decimal): -1253360 or 1106156. OLE color: 1106156.

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

Color convert

RGB 236 224 16 -
CMYK 0 0.05 0.93 0.07
HSL 56.73º 0.87% 0.49% -
HSV(B) 56.73º 0.93% 0.93% -
XYZ 61.34 71.18 11 -
YUV 203.88 21.98 150.91 -
System Red Green Blue C M Y K H S L
Decimal 236 224 16 0 0.05 0.93 0.07 56.73 0.87 0.49
Hex EC E0 10 0 5 5D 7 39 57 31
Octal 354 340 20 0 5 135 7 71 127 61
Binary 11101100 11100000 10000 0 101 1011101 111 111001 1010111 110001

Color Harmonies of #ECE010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE010

Black with #ECE010

Text Example


Text Example

White with #ECE010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE010; }

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

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

background-color css

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

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

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

border-color css

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

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

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