Html Css Color HEX #ECE40A Lemon

📋 copy color: '#ECE40A'

red 236 ◦ green 228 ◦ blue 10

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

Shades of Lemon #ECE40A

Tints of Lemon #ECE40A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.11%

R = 49.79%
G = 48.1%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#ECE40A (or 0xECE40A) is known color: Lemon. HEX triplet: EC, E4 and 0A. RGB value is (236,228,10). Sum of RGB (Red+Green+Blue) = 236+228+10=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 228 (89.45% from 255 or 48.10% from 474); Blue value is 10 (4.30% from 255 or 2.11% from 474); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE40A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE40A is #131BF5. Grayscale: #CECECE. Windows color (decimal): -1252342 or 713964. OLE color: 713964.

HSL color Cylindrical-coordinate representation of color #ECE40A: hue angle of 57.88º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ECE40A is Cyan = 0, Magento = 0.03, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 228 10 -
CMYK 0 0.03 0.96 0.07
HSL 57.88º 0.92% 0.48% -
HSV(B) 57.88º 0.96% 0.93% -
XYZ 62.39 73.34 11.16 -
YUV 205.54 17.65 149.73 -
System Red Green Blue C M Y K H S L
Decimal 236 228 10 0 0.03 0.96 0.07 57.88 0.92 0.48
Hex EC E4 A 0 3 60 7 3A 5C 30
Octal 354 344 12 0 3 140 7 72 134 60
Binary 11101100 11100100 1010 0 11 1100000 111 111010 1011100 110000

Color Harmonies of #ECE40A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE40A

Black with #ECE40A

Text Example


Text Example

White with #ECE40A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE40A; }

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

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

background-color css

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

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

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

border-color css

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

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

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