Html Css Color HEX #ECE10C Lemon

📋 copy color: '#ECE10C'

red 236 ◦ green 225 ◦ blue 12

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

Shades of Lemon #ECE10C

Tints of Lemon #ECE10C

RGB

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

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

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

R = 49.89%
G = 47.57%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ECE10C (or 0xECE10C) is known color: Lemon. HEX triplet: EC, E1 and 0C. RGB value is (236,225,12). Sum of RGB (Red+Green+Blue) = 236+225+12=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 225 (88.28% from 255 or 47.57% from 473); Blue value is 12 (5.08% from 255 or 2.54% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE10C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE10C is #131EF3. Grayscale: #CCCCCC. Windows color (decimal): -1253108 or 844268. OLE color: 844268.

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

Color convert

RGB 236 225 12 -
CMYK 0 0.05 0.95 0.07
HSL 57.05º 0.9% 0.49% -
HSV(B) 57.05º 0.95% 0.93% -
XYZ 61.58 71.71 10.94 -
YUV 204.01 19.64 150.82 -
System Red Green Blue C M Y K H S L
Decimal 236 225 12 0 0.05 0.95 0.07 57.05 0.9 0.49
Hex EC E1 C 0 5 5F 7 39 5A 31
Octal 354 341 14 0 5 137 7 71 132 61
Binary 11101100 11100001 1100 0 101 1011111 111 111001 1011010 110001

Color Harmonies of #ECE10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE10C

Black with #ECE10C

Text Example


Text Example

White with #ECE10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE10C; }

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

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

background-color css

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

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

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

border-color css

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

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

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