Html Css Color HEX #ECE40E Lemon

📋 copy color: '#ECE40E'

red 236 ◦ green 228 ◦ blue 14

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

Shades of Lemon #ECE40E

Tints of Lemon #ECE40E

RGB

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

 GREEN value IS 228 (89.45% from 255) = 47.7%

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

R = 49.37%
G = 47.7%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ECE40E (or 0xECE40E) is known color: Lemon. HEX triplet: EC, E4 and 0E. RGB value is (236,228,14). Sum of RGB (Red+Green+Blue) = 236+228+14=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 228 (89.45% from 255 or 47.70% from 478); Blue value is 14 (5.86% from 255 or 2.93% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE40E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE40E is #131BF1. Grayscale: #CECECE. Windows color (decimal): -1252338 or 976108. OLE color: 976108.

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

Color convert

RGB 236 228 14 -
CMYK 0 0.03 0.94 0.07
HSL 57.84º 0.89% 0.49% -
HSV(B) 57.84º 0.94% 0.93% -
XYZ 62.41 73.35 11.28 -
YUV 206 19.65 149.4 -
System Red Green Blue C M Y K H S L
Decimal 236 228 14 0 0.03 0.94 0.07 57.84 0.89 0.49
Hex EC E4 E 0 3 5E 7 3A 59 31
Octal 354 344 16 0 3 136 7 72 131 61
Binary 11101100 11100100 1110 0 11 1011110 111 111010 1011001 110001

Color Harmonies of #ECE40E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE40E

Black with #ECE40E

Text Example


Text Example

White with #ECE40E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE40E; }

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

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

background-color css

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

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

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

border-color css

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

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

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