Html Css Color HEX #ECE48D Khaki

📋 copy color: '#ECE48D'

red 236 ◦ green 228 ◦ blue 141

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

Shades of Khaki #ECE48D

Tints of Khaki #ECE48D

RGB

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

 GREEN value IS 228 (89.45% from 255) = 37.69%

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

R = 39.01%
G = 37.69%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#ECE48D (or 0xECE48D) is known color: Khaki. HEX triplet: EC, E4 and 8D. RGB value is (236,228,141). Sum of RGB (Red+Green+Blue) = 236+228+141=605 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.01% from 605); Green value is 228 (89.45% from 255 or 37.69% from 605); Blue value is 141 (55.47% from 255 or 23.31% from 605); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE48D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE48D is #131B72. Grayscale: #DCDCDC. Windows color (decimal): -1252211 or 9299180. OLE color: 9299180.

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

Color convert

RGB 236 228 141 -
CMYK 0 0.03 0.40 0.07
HSL 54.95º 0.71% 0.74% -
HSV(B) 54.95º 0.4% 0.93% -
XYZ 67.14 75.24 36.18 -
YUV 220.47 83.15 139.07 -
System Red Green Blue C M Y K H S L
Decimal 236 228 141 0 0.03 0.40 0.07 54.95 0.71 0.74
Hex EC E4 8D 0 3 28 7 37 47 4A
Octal 354 344 215 0 3 50 7 67 107 112
Binary 11101100 11100100 10001101 0 11 101000 111 110111 1000111 1001010

Color Harmonies of #ECE48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE48D

Black with #ECE48D

Text Example


Text Example

White with #ECE48D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE48D; }

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

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

background-color css

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

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

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

border-color css

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

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

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