Html Css Color HEX #ECE414 Lemon

📋 copy color: '#ECE414'

red 236 ◦ green 228 ◦ blue 20

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

Shades of Lemon #ECE414

Tints of Lemon #ECE414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.13%

R = 48.76%
G = 47.11%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#ECE414 (or 0xECE414) is known color: Lemon. HEX triplet: EC, E4 and 14. RGB value is (236,228,20). Sum of RGB (Red+Green+Blue) = 236+228+20=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 228 (89.45% from 255 or 47.11% from 484); Blue value is 20 (8.20% from 255 or 4.13% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE414 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE414 is #131BEB. Grayscale: #CFCFCF. Windows color (decimal): -1252332 or 1369324. OLE color: 1369324.

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

Color convert

RGB 236 228 20 -
CMYK 0 0.03 0.92 0.07
HSL 57.78º 0.85% 0.5% -
HSV(B) 57.78º 0.92% 0.93% -
XYZ 62.46 73.37 11.53 -
YUV 206.68 22.65 148.91 -
System Red Green Blue C M Y K H S L
Decimal 236 228 20 0 0.03 0.92 0.07 57.78 0.85 0.5
Hex EC E4 14 0 3 5C 7 3A 55 32
Octal 354 344 24 0 3 134 7 72 125 62
Binary 11101100 11100100 10100 0 11 1011100 111 111010 1010101 110010

Color Harmonies of #ECE414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE414

Black with #ECE414

Text Example


Text Example

White with #ECE414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE414; }

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

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

background-color css

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

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

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

border-color css

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

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

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