#EDDF95

Color #EDDF95 Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Khaki #EDDF95

Tints of Khaki #EDDF95

Color information

#EDDF95 (or 0xEDDF95) is unknown color: approx Khaki. HEX triplet: ED, DF and 95. RGB value is (237,223,149). Sum of RGB (Red+Green+Blue) = 237+223+149=609 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.92% from 609); Green value is 223 (87.5% from 255 or 36.62% from 609); Blue value is 149 (58.59% from 255 or 24.47% from 609); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDF95 is #12206A. Grayscale: #DBDBDB. Windows color (decimal): -1187947 or 9822189. OLE color: 9822189.

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

Color convert

RGB237223149-
CMYK00.060.370.07
HSL50.45º70.97%75.69%-
HSV(B)50.45º37.13%92.94%-
XYZ66.7472.9539-
YUV218.7588.64141.02-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.92%
GREEN value IS 223 (87.5% from 255) = 36.62%
BLUE value IS 149 (58.59% from 255) = 24.47%
R=38.92%
G=36.62%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722314900.060.370.0750.4570.9775.69
HexEDDF950625732474c
Octal3553372250645762107114
Binary111011011101111110010101011010010111111001010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDF95; }

 p { color: rgb(237,223,149); }

 H1.HeaderClassName
 {
   color: #EDDF95;
 }
 .AnyTagClassName
 {
   color: #EDDF95;
 }
</style>
background-color css

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

 a { background-color: rgb(237,223,149); }

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

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

 span { border-color: rgb(237,223,149); }

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