Html Css Color HEX #ECDE8D Khaki

📋 copy color: '#ECDE8D'

red 236 ◦ green 222 ◦ blue 141

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

Shades of Khaki #ECDE8D

Tints of Khaki #ECDE8D

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.06%

 BLUE value IS 141 (55.47% from 255) = 23.54%

R = 39.4%
G = 37.06%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#ECDE8D (or 0xECDE8D) is known color: Khaki. HEX triplet: EC, DE and 8D. RGB value is (236,222,141). Sum of RGB (Red+Green+Blue) = 236+222+141=599 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.40% from 599); Green value is 222 (87.11% from 255 or 37.06% from 599); Blue value is 141 (55.47% from 255 or 23.54% from 599); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDE8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDE8D is #132172. Grayscale: #D9D9D9. Windows color (decimal): -1253747 or 9297644. OLE color: 9297644.

HSL color Cylindrical-coordinate representation of color #ECDE8D: hue angle of 51.16º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ECDE8D is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 222 141 -
CMYK 0 0.06 0.40 0.07
HSL 51.16º 0.71% 0.74% -
HSV(B) 51.16º 0.4% 0.93% -
XYZ 65.52 72 35.64 -
YUV 216.95 85.14 141.59 -
System Red Green Blue C M Y K H S L
Decimal 236 222 141 0 0.06 0.40 0.07 51.16 0.71 0.74
Hex EC DE 8D 0 6 28 7 33 47 4A
Octal 354 336 215 0 6 50 7 63 107 112
Binary 11101100 11011110 10001101 0 110 101000 111 110011 1000111 1001010

Color Harmonies of #ECDE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDE8D

Black with #ECDE8D

Text Example


Text Example

White with #ECDE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDE8D; }

 p { color: rgb(236,222,141); }

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

background-color css

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

 a { background-color: rgb(236,222,141); }

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

border-color css

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

 span { border-color: rgb(236,222,141); }

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