Html Css Color HEX #EDE795 Khaki

📋 copy color: '#EDE795'

red 237 ◦ green 231 ◦ blue 149

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

Shades of Khaki #EDE795

Tints of Khaki #EDE795

RGB

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

 GREEN value IS 231 (90.63% from 255) = 37.44%

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

R = 38.41%
G = 37.44%
B = 24.15%

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

#EDE795 (or 0xEDE795) is known color: Khaki. HEX triplet: ED, E7 and 95. RGB value is (237,231,149). Sum of RGB (Red+Green+Blue) = 237+231+149=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 231 (90.62% from 255 or 37.44% from 617); Blue value is 149 (58.59% from 255 or 24.15% from 617); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE795 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE795 is #12186A. Grayscale: #DFDFDF. Windows color (decimal): -1185899 or 9824237. OLE color: 9824237.

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

Color convert

RGB 237 231 149 -
CMYK 0 0.03 0.37 0.07
HSL 55.91º 0.71% 0.76% -
HSV(B) 55.91º 0.37% 0.93% -
XYZ 68.93 77.33 39.73 -
YUV 223.45 85.99 137.67 -
System Red Green Blue C M Y K H S L
Decimal 237 231 149 0 0.03 0.37 0.07 55.91 0.71 0.76
Hex ED E7 95 0 3 25 7 38 47 4C
Octal 355 347 225 0 3 45 7 70 107 114
Binary 11101101 11100111 10010101 0 11 100101 111 111000 1000111 1001100

Color Harmonies of #EDE795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE795

Black with #EDE795

Text Example


Text Example

White with #EDE795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE795; }

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

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

background-color css

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

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

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

border-color css

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

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

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