Html Css Color HEX #EDDF8D Khaki

📋 copy color: '#EDDF8D'

red 237 ◦ green 223 ◦ blue 141

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

Shades of Khaki #EDDF8D

Tints of Khaki #EDDF8D

RGB

 RED value IS 237 (92.97% from 255) = 39.43%

 GREEN value IS 223 (87.5% from 255) = 37.1%

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

R = 39.43%
G = 37.1%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EDDF8D (or 0xEDDF8D) is known color: Khaki. HEX triplet: ED, DF and 8D. RGB value is (237,223,141). Sum of RGB (Red+Green+Blue) = 237+223+141=601 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.43% from 601); Green value is 223 (87.5% from 255 or 37.10% from 601); Blue value is 141 (55.47% from 255 or 23.46% from 601); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDF8D is #122072. Grayscale: #DADADA. Windows color (decimal): -1187955 or 9297901. OLE color: 9297901.

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

Color convert

RGB 237 223 141 -
CMYK 0 0.06 0.41 0.07
HSL 51.25º 0.73% 0.74% -
HSV(B) 51.25º 0.41% 0.93% -
XYZ 66.12 72.7 35.75 -
YUV 217.84 84.64 141.67 -
System Red Green Blue C M Y K H S L
Decimal 237 223 141 0 0.06 0.41 0.07 51.25 0.73 0.74
Hex ED DF 8D 0 6 29 7 33 49 4A
Octal 355 337 215 0 6 51 7 63 111 112
Binary 11101101 11011111 10001101 0 110 101001 111 110011 1001001 1001010

Color Harmonies of #EDDF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDF8D

Black with #EDDF8D

Text Example


Text Example

White with #EDDF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDF8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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