Html Css Color HEX #ECE80C Lemon

📋 copy color: '#ECE80C'

red 236 ◦ green 232 ◦ blue 12

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

Shades of Lemon #ECE80C

Tints of Lemon #ECE80C

RGB

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

 GREEN value IS 232 (91.02% from 255) = 48.33%

 BLUE value IS 12 (5.08% from 255) = 2.5%

R = 49.17%
G = 48.33%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ECE80C (or 0xECE80C) is known color: Lemon. HEX triplet: EC, E8 and 0C. RGB value is (236,232,12). Sum of RGB (Red+Green+Blue) = 236+232+12=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 232 (91.02% from 255 or 48.33% from 480); Blue value is 12 (5.08% from 255 or 2.5% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE80C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECE80C is #1317F3. Grayscale: #D1D1D1. Windows color (decimal): -1251316 or 846060. OLE color: 846060.

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

Color convert

RGB 236 232 12 -
CMYK 0 0.02 0.95 0.07
HSL 58.93º 0.9% 0.49% -
HSV(B) 58.93º 0.95% 0.93% -
XYZ 63.52 75.57 11.59 -
YUV 208.12 17.33 147.89 -
System Red Green Blue C M Y K H S L
Decimal 236 232 12 0 0.02 0.95 0.07 58.93 0.9 0.49
Hex EC E8 C 0 2 5F 7 3B 5A 31
Octal 354 350 14 0 2 137 7 73 132 61
Binary 11101100 11101000 1100 0 10 1011111 111 111011 1011010 110001

Color Harmonies of #ECE80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE80C

Black with #ECE80C

Text Example


Text Example

White with #ECE80C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE80C; }

 p { color: rgb(236,232,12); }

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

background-color css

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

 a { background-color: rgb(236,232,12); }

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

border-color css

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

 span { border-color: rgb(236,232,12); }

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