Html Css Color HEX #ECE695 Khaki

📋 copy color: '#ECE695'

red 236 ◦ green 230 ◦ blue 149

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

Shades of Khaki #ECE695

Tints of Khaki #ECE695

RGB

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

 GREEN value IS 230 (90.23% from 255) = 37.4%

 BLUE value IS 149 (58.59% from 255) = 24.23%

R = 38.37%
G = 37.4%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#ECE695 (or 0xECE695) is known color: Khaki. HEX triplet: EC, E6 and 95. RGB value is (236,230,149). Sum of RGB (Red+Green+Blue) = 236+230+149=615 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.37% from 615); Green value is 230 (90.23% from 255 or 37.40% from 615); Blue value is 149 (58.59% from 255 or 24.23% from 615); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE695 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE695 is #13196A. Grayscale: #DEDEDE. Windows color (decimal): -1251691 or 9823980. OLE color: 9823980.

HSL color Cylindrical-coordinate representation of color #ECE695: hue angle of 55.86º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ECE695 is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 230 149 -
CMYK 0 0.03 0.37 0.07
HSL 55.86º 0.7% 0.75% -
HSV(B) 55.86º 0.37% 0.93% -
XYZ 68.31 76.6 39.62 -
YUV 222.56 86.49 137.59 -
System Red Green Blue C M Y K H S L
Decimal 236 230 149 0 0.03 0.37 0.07 55.86 0.7 0.75
Hex EC E6 95 0 3 25 7 38 46 4B
Octal 354 346 225 0 3 45 7 70 106 113
Binary 11101100 11100110 10010101 0 11 100101 111 111000 1000110 1001011

Color Harmonies of #ECE695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE695

Black with #ECE695

Text Example


Text Example

White with #ECE695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE695; }

 p { color: rgb(236,230,149); }

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

background-color css

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

 a { background-color: rgb(236,230,149); }

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

border-color css

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

 span { border-color: rgb(236,230,149); }

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