Html Css Color HEX #EDDF93 Khaki

📋 copy color: '#EDDF93'

red 237 ◦ green 223 ◦ blue 147

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

Shades of Khaki #EDDF93

Tints of Khaki #EDDF93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 24.22%

R = 39.04%
G = 36.74%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EDDF93 (or 0xEDDF93) is known color: Khaki. HEX triplet: ED, DF and 93. RGB value is (237,223,147). Sum of RGB (Red+Green+Blue) = 237+223+147=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 223 (87.5% from 255 or 36.74% from 607); Blue value is 147 (57.81% from 255 or 24.22% from 607); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDF93 is #12206C. Grayscale: #DADADA. Windows color (decimal): -1187949 or 9691117. OLE color: 9691117.

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

Color convert

RGB 237 223 147 -
CMYK 0 0.06 0.38 0.07
HSL 50.67º 0.71% 0.75% -
HSV(B) 50.67º 0.38% 0.93% -
XYZ 66.58 72.89 38.16 -
YUV 218.52 87.64 141.18 -
System Red Green Blue C M Y K H S L
Decimal 237 223 147 0 0.06 0.38 0.07 50.67 0.71 0.75
Hex ED DF 93 0 6 26 7 33 47 4B
Octal 355 337 223 0 6 46 7 63 107 113
Binary 11101101 11011111 10010011 0 110 100110 111 110011 1000111 1001011

Color Harmonies of #EDDF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDF93

Black with #EDDF93

Text Example


Text Example

White with #EDDF93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDF93; }

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

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

background-color css

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

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

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

border-color css

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

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

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