Html Css Color HEX #EDE595 Khaki

📋 copy color: '#EDE595'

red 237 ◦ green 229 ◦ blue 149

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

Shades of Khaki #EDE595

Tints of Khaki #EDE595

RGB

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

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

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

R = 38.54%
G = 37.24%
B = 24.23%

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

#EDE595 (or 0xEDE595) is known color: Khaki. HEX triplet: ED, E5 and 95. RGB value is (237,229,149). Sum of RGB (Red+Green+Blue) = 237+229+149=615 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.54% from 615); Green value is 229 (89.84% from 255 or 37.24% from 615); Blue value is 149 (58.59% from 255 or 24.23% from 615); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE595 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE595 is #121A6A. Grayscale: #DEDEDE. Windows color (decimal): -1186411 or 9823725. OLE color: 9823725.

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

Color convert

RGB 237 229 149 -
CMYK 0 0.03 0.37 0.07
HSL 54.55º 0.71% 0.76% -
HSV(B) 54.55º 0.37% 0.93% -
XYZ 68.37 76.21 39.54 -
YUV 222.27 86.65 138.5 -
System Red Green Blue C M Y K H S L
Decimal 237 229 149 0 0.03 0.37 0.07 54.55 0.71 0.76
Hex ED E5 95 0 3 25 7 37 47 4C
Octal 355 345 225 0 3 45 7 67 107 114
Binary 11101101 11100101 10010101 0 11 100101 111 110111 1000111 1001100

Color Harmonies of #EDE595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE595

Black with #EDE595

Text Example


Text Example

White with #EDE595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE595; }

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

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

background-color css

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

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

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

border-color css

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

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

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