Html Css Color HEX #EDE197 Khaki

📋 copy color: '#EDE197'

red 237 ◦ green 225 ◦ blue 151

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

Shades of Khaki #EDE197

Tints of Khaki #EDE197

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.7%

 BLUE value IS 151 (59.38% from 255) = 24.63%

R = 38.66%
G = 36.7%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EDE197 (or 0xEDE197) is known color: Khaki. HEX triplet: ED, E1 and 97. RGB value is (237,225,151). Sum of RGB (Red+Green+Blue) = 237+225+151=613 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.66% from 613); Green value is 225 (88.28% from 255 or 36.70% from 613); Blue value is 151 (59.38% from 255 or 24.63% from 613); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE197 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE197 is #121E68. Grayscale: #DCDCDC. Windows color (decimal): -1187433 or 9953773. OLE color: 9953773.

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

Color convert

RGB 237 225 151 -
CMYK 0 0.05 0.36 0.07
HSL 51.63º 0.7% 0.76% -
HSV(B) 51.63º 0.36% 0.93% -
XYZ 67.44 74.09 40.02 -
YUV 220.15 88.98 140.02 -
System Red Green Blue C M Y K H S L
Decimal 237 225 151 0 0.05 0.36 0.07 51.63 0.7 0.76
Hex ED E1 97 0 5 24 7 34 46 4C
Octal 355 341 227 0 5 44 7 64 106 114
Binary 11101101 11100001 10010111 0 101 100100 111 110100 1000110 1001100

Color Harmonies of #EDE197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE197

Black with #EDE197

Text Example


Text Example

White with #EDE197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE197; }

 p { color: rgb(237,225,151); }

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

background-color css

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

 a { background-color: rgb(237,225,151); }

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

border-color css

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

 span { border-color: rgb(237,225,151); }

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