Html Css Color HEX #ECDD14 Lemon

📋 copy color: '#ECDD14'

red 236 ◦ green 221 ◦ blue 20

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

Shades of Lemon #ECDD14

Tints of Lemon #ECDD14

RGB

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

 GREEN value IS 221 (86.72% from 255) = 46.33%

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

R = 49.48%
G = 46.33%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#ECDD14 (or 0xECDD14) is known color: Lemon. HEX triplet: EC, DD and 14. RGB value is (236,221,20). Sum of RGB (Red+Green+Blue) = 236+221+20=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 221 (86.72% from 255 or 46.33% from 477); Blue value is 20 (8.20% from 255 or 4.19% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDD14 is #1322EB. Grayscale: #CBCBCB. Windows color (decimal): -1254124 or 1367532. OLE color: 1367532.

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

Color convert

RGB 236 221 20 -
CMYK 0 0.06 0.92 0.07
HSL 55.83º 0.85% 0.5% -
HSV(B) 55.83º 0.92% 0.93% -
XYZ 60.57 69.6 10.9 -
YUV 202.57 24.97 151.84 -
System Red Green Blue C M Y K H S L
Decimal 236 221 20 0 0.06 0.92 0.07 55.83 0.85 0.5
Hex EC DD 14 0 6 5C 7 38 55 32
Octal 354 335 24 0 6 134 7 70 125 62
Binary 11101100 11011101 10100 0 110 1011100 111 111000 1010101 110010

Color Harmonies of #ECDD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDD14

Black with #ECDD14

Text Example


Text Example

White with #ECDD14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDD14; }

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

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

background-color css

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

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

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

border-color css

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

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

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