Html Css Color HEX #ECDC0E Lemon

📋 copy color: '#ECDC0E'

red 236 ◦ green 220 ◦ blue 14

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

Shades of Lemon #ECDC0E

Tints of Lemon #ECDC0E

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.81%

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

R = 50.21%
G = 46.81%
B = 2.98%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ECDC0E (or 0xECDC0E) is known color: Lemon. HEX triplet: EC, DC and 0E. RGB value is (236,220,14). Sum of RGB (Red+Green+Blue) = 236+220+14=470 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.21% from 470); Green value is 220 (86.33% from 255 or 46.81% from 470); Blue value is 14 (5.86% from 255 or 2.98% from 470); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDC0E is #1323F1. Grayscale: #CACACA. Windows color (decimal): -1254386 or 974060. OLE color: 974060.

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

Color convert

RGB 236 220 14 -
CMYK 0 0.07 0.94 0.07
HSL 55.68º 0.89% 0.49% -
HSV(B) 55.68º 0.94% 0.93% -
XYZ 60.26 69.05 10.57 -
YUV 201.3 22.3 152.75 -
System Red Green Blue C M Y K H S L
Decimal 236 220 14 0 0.07 0.94 0.07 55.68 0.89 0.49
Hex EC DC E 0 7 5E 7 38 59 31
Octal 354 334 16 0 7 136 7 70 131 61
Binary 11101100 11011100 1110 0 111 1011110 111 111000 1011001 110001

Color Harmonies of #ECDC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDC0E

Black with #ECDC0E

Text Example


Text Example

White with #ECDC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDC0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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