Html Css Color HEX #ECE115 Lemon

📋 copy color: '#ECE115'

red 236 ◦ green 225 ◦ blue 21

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

Shades of Lemon #ECE115

Tints of Lemon #ECE115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.36%

R = 48.96%
G = 46.68%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#ECE115 (or 0xECE115) is known color: Lemon. HEX triplet: EC, E1 and 15. RGB value is (236,225,21). Sum of RGB (Red+Green+Blue) = 236+225+21=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 225 (88.28% from 255 or 46.68% from 482); Blue value is 21 (8.59% from 255 or 4.36% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE115 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE115 is #131EEA. Grayscale: #CDCDCD. Windows color (decimal): -1253099 or 1434092. OLE color: 1434092.

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

Color convert

RGB 236 225 21 -
CMYK 0 0.05 0.91 0.07
HSL 56.93º 0.85% 0.5% -
HSV(B) 56.93º 0.91% 0.93% -
XYZ 61.65 71.74 11.31 -
YUV 205.03 24.14 150.09 -
System Red Green Blue C M Y K H S L
Decimal 236 225 21 0 0.05 0.91 0.07 56.93 0.85 0.5
Hex EC E1 15 0 5 5B 7 39 55 32
Octal 354 341 25 0 5 133 7 71 125 62
Binary 11101100 11100001 10101 0 101 1011011 111 111001 1010101 110010

Color Harmonies of #ECE115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE115

Black with #ECE115

Text Example


Text Example

White with #ECE115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE115; }

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

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

background-color css

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

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

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

border-color css

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

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

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