Html Css Color HEX #ECDC0D Lemon

📋 copy color: '#ECDC0D'

red 236 ◦ green 220 ◦ blue 13

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

Shades of Lemon #ECDC0D

Tints of Lemon #ECDC0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.77%

R = 50.32%
G = 46.91%
B = 2.77%

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

#ECDC0D (or 0xECDC0D) is known color: Lemon. HEX triplet: EC, DC and 0D. RGB value is (236,220,13). Sum of RGB (Red+Green+Blue) = 236+220+13=469 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.32% from 469); Green value is 220 (86.33% from 255 or 46.91% from 469); Blue value is 13 (5.47% from 255 or 2.77% from 469); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECDC0D is #1323F2. Grayscale: #CACACA. Windows color (decimal): -1254387 or 908524. OLE color: 908524.

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

Color convert

RGB 236 220 13 -
CMYK 0 0.07 0.94 0.07
HSL 55.7º 0.9% 0.49% -
HSV(B) 55.7º 0.94% 0.93% -
XYZ 60.26 69.05 10.53 -
YUV 201.19 21.8 152.83 -
System Red Green Blue C M Y K H S L
Decimal 236 220 13 0 0.07 0.94 0.07 55.7 0.9 0.49
Hex EC DC D 0 7 5E 7 38 5A 31
Octal 354 334 15 0 7 136 7 70 132 61
Binary 11101100 11011100 1101 0 111 1011110 111 111000 1011010 110001

Color Harmonies of #ECDC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDC0D

Black with #ECDC0D

Text Example


Text Example

White with #ECDC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDC0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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