Html Css Color HEX #EDDF96 Khaki

📋 copy color: '#EDDF96'

red 237 ◦ green 223 ◦ blue 150

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

Shades of Khaki #EDDF96

Tints of Khaki #EDDF96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 24.59%

R = 38.85%
G = 36.56%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EDDF96 (or 0xEDDF96) is known color: Khaki. HEX triplet: ED, DF and 96. RGB value is (237,223,150). Sum of RGB (Red+Green+Blue) = 237+223+150=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 223 (87.5% from 255 or 36.56% from 610); Blue value is 150 (58.98% from 255 or 24.59% from 610); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDF96 is #122069. Grayscale: #DBDBDB. Windows color (decimal): -1187946 or 9887725. OLE color: 9887725.

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

Color convert

RGB 237 223 150 -
CMYK 0 0.06 0.37 0.07
HSL 50.34º 0.71% 0.76% -
HSV(B) 50.34º 0.37% 0.93% -
XYZ 66.82 72.98 39.42 -
YUV 218.86 89.14 140.94 -
System Red Green Blue C M Y K H S L
Decimal 237 223 150 0 0.06 0.37 0.07 50.34 0.71 0.76
Hex ED DF 96 0 6 25 7 32 47 4C
Octal 355 337 226 0 6 45 7 62 107 114
Binary 11101101 11011111 10010110 0 110 100101 111 110010 1000111 1001100

Color Harmonies of #EDDF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDF96

Black with #EDDF96

Text Example


Text Example

White with #EDDF96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDF96; }

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

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

background-color css

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

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

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

border-color css

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

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

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