Html Css Color HEX #EDE097 Khaki

📋 copy color: '#EDE097'

red 237 ◦ green 224 ◦ blue 151

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

Shades of Khaki #EDE097

Tints of Khaki #EDE097

RGB

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

 GREEN value IS 224 (87.89% from 255) = 36.6%

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

R = 38.73%
G = 36.6%
B = 24.67%

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

#EDE097 (or 0xEDE097) is known color: Khaki. HEX triplet: ED, E0 and 97. RGB value is (237,224,151). Sum of RGB (Red+Green+Blue) = 237+224+151=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 224 (87.89% from 255 or 36.60% from 612); Blue value is 151 (59.38% from 255 or 24.67% from 612); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE097 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE097 is #121F68. Grayscale: #DBDBDB. Windows color (decimal): -1187689 or 9953517. OLE color: 9953517.

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

Color convert

RGB 237 224 151 -
CMYK 0 0.05 0.36 0.07
HSL 50.93º 0.7% 0.76% -
HSV(B) 50.93º 0.36% 0.93% -
XYZ 67.17 73.55 39.93 -
YUV 219.57 89.31 140.44 -
System Red Green Blue C M Y K H S L
Decimal 237 224 151 0 0.05 0.36 0.07 50.93 0.7 0.76
Hex ED E0 97 0 5 24 7 33 46 4C
Octal 355 340 227 0 5 44 7 63 106 114
Binary 11101101 11100000 10010111 0 101 100100 111 110011 1000110 1001100

Color Harmonies of #EDE097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE097

Black with #EDE097

Text Example


Text Example

White with #EDE097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE097; }

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

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

background-color css

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

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

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

border-color css

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

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

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