Html Css Color HEX #ECE10E Lemon

📋 copy color: '#ECE10E'

red 236 ◦ green 225 ◦ blue 14

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

Shades of Lemon #ECE10E

Tints of Lemon #ECE10E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 2.95%

R = 49.68%
G = 47.37%
B = 2.95%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ECE10E (or 0xECE10E) is known color: Lemon. HEX triplet: EC, E1 and 0E. RGB value is (236,225,14). Sum of RGB (Red+Green+Blue) = 236+225+14=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 225 (88.28% from 255 or 47.37% from 475); Blue value is 14 (5.86% from 255 or 2.95% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE10E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE10E is #131EF1. Grayscale: #CDCDCD. Windows color (decimal): -1253106 or 975340. OLE color: 975340.

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

Color convert

RGB 236 225 14 -
CMYK 0 0.05 0.94 0.07
HSL 57.03º 0.89% 0.49% -
HSV(B) 57.03º 0.94% 0.93% -
XYZ 61.6 71.71 11.01 -
YUV 204.24 20.64 150.66 -
System Red Green Blue C M Y K H S L
Decimal 236 225 14 0 0.05 0.94 0.07 57.03 0.89 0.49
Hex EC E1 E 0 5 5E 7 39 59 31
Octal 354 341 16 0 5 136 7 71 131 61
Binary 11101100 11100001 1110 0 101 1011110 111 111001 1011001 110001

Color Harmonies of #ECE10E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE10E

Black with #ECE10E

Text Example


Text Example

White with #ECE10E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE10E; }

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

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

background-color css

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

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

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

border-color css

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

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

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