Html Css Color HEX #ECDB14 Lemon

📋 copy color: '#ECDB14'

red 236 ◦ green 219 ◦ blue 20

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

Shades of Lemon #ECDB14

Tints of Lemon #ECDB14

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.11%

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

R = 49.68%
G = 46.11%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#ECDB14 (or 0xECDB14) is known color: Lemon. HEX triplet: EC, DB and 14. RGB value is (236,219,20). Sum of RGB (Red+Green+Blue) = 236+219+20=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 219 (85.94% from 255 or 46.11% from 475); Blue value is 20 (8.20% from 255 or 4.21% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDB14 is #1324EB. Grayscale: #CACACA. Windows color (decimal): -1254636 or 1367020. OLE color: 1367020.

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

Color convert

RGB 236 219 20 -
CMYK 0 0.07 0.92 0.07
HSL 55.28º 0.85% 0.5% -
HSV(B) 55.28º 0.92% 0.93% -
XYZ 60.05 68.55 10.73 -
YUV 201.4 25.63 152.68 -
System Red Green Blue C M Y K H S L
Decimal 236 219 20 0 0.07 0.92 0.07 55.28 0.85 0.5
Hex EC DB 14 0 7 5C 7 37 55 32
Octal 354 333 24 0 7 134 7 67 125 62
Binary 11101100 11011011 10100 0 111 1011100 111 110111 1010101 110010

Color Harmonies of #ECDB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDB14

Black with #ECDB14

Text Example


Text Example

White with #ECDB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDB14; }

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

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

background-color css

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

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

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

border-color css

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

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

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