Html Css Color HEX #EDE596 Khaki

📋 copy color: '#EDE596'

red 237 ◦ green 229 ◦ blue 150

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

Shades of Khaki #EDE596

Tints of Khaki #EDE596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 24.35%

R = 38.47%
G = 37.18%
B = 24.35%

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

#EDE596 (or 0xEDE596) is known color: Khaki. HEX triplet: ED, E5 and 96. RGB value is (237,229,150). Sum of RGB (Red+Green+Blue) = 237+229+150=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 229 (89.84% from 255 or 37.18% from 616); Blue value is 150 (58.98% from 255 or 24.35% from 616); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE596 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE596 is #121A69. Grayscale: #DEDEDE. Windows color (decimal): -1186410 or 9889261. OLE color: 9889261.

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

Color convert

RGB 237 229 150 -
CMYK 0 0.03 0.37 0.07
HSL 54.48º 0.71% 0.76% -
HSV(B) 54.48º 0.37% 0.93% -
XYZ 68.45 76.25 39.96 -
YUV 222.39 87.15 138.42 -
System Red Green Blue C M Y K H S L
Decimal 237 229 150 0 0.03 0.37 0.07 54.48 0.71 0.76
Hex ED E5 96 0 3 25 7 36 47 4C
Octal 355 345 226 0 3 45 7 66 107 114
Binary 11101101 11100101 10010110 0 11 100101 111 110110 1000111 1001100

Color Harmonies of #EDE596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE596

Black with #EDE596

Text Example


Text Example

White with #EDE596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE596; }

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

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

background-color css

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

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

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

border-color css

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

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

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