Html Css Color HEX #EDE597 Khaki

📋 copy color: '#EDE597'

red 237 ◦ green 229 ◦ blue 151

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

Shades of Khaki #EDE597

Tints of Khaki #EDE597

RGB

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

 GREEN value IS 229 (89.84% from 255) = 37.12%

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

R = 38.41%
G = 37.12%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EDE597 (or 0xEDE597) is known color: Khaki. HEX triplet: ED, E5 and 97. RGB value is (237,229,151). Sum of RGB (Red+Green+Blue) = 237+229+151=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 229 (89.84% from 255 or 37.12% from 617); Blue value is 151 (59.38% from 255 or 24.47% from 617); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE597 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE597 is #121A68. Grayscale: #DEDEDE. Windows color (decimal): -1186409 or 9954797. OLE color: 9954797.

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

Color convert

RGB 237 229 151 -
CMYK 0 0.03 0.36 0.07
HSL 54.42º 0.7% 0.76% -
HSV(B) 54.42º 0.36% 0.93% -
XYZ 68.53 76.28 40.39 -
YUV 222.5 87.65 138.34 -
System Red Green Blue C M Y K H S L
Decimal 237 229 151 0 0.03 0.36 0.07 54.42 0.7 0.76
Hex ED E5 97 0 3 24 7 36 46 4C
Octal 355 345 227 0 3 44 7 66 106 114
Binary 11101101 11100101 10010111 0 11 100100 111 110110 1000110 1001100

Color Harmonies of #EDE597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE597

Black with #EDE597

Text Example


Text Example

White with #EDE597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE597; }

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

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

background-color css

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

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

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

border-color css

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

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

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