Html Css Color HEX #EDE591 Khaki

📋 copy color: '#EDE591'

red 237 ◦ green 229 ◦ blue 145

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

Shades of Khaki #EDE591

Tints of Khaki #EDE591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 23.73%

R = 38.79%
G = 37.48%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EDE591 (or 0xEDE591) is known color: Khaki. HEX triplet: ED, E5 and 91. RGB value is (237,229,145). Sum of RGB (Red+Green+Blue) = 237+229+145=611 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.79% from 611); Green value is 229 (89.84% from 255 or 37.48% from 611); Blue value is 145 (57.03% from 255 or 23.73% from 611); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE591 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE591 is #121A6E. Grayscale: #DEDEDE. Windows color (decimal): -1186415 or 9561581. OLE color: 9561581.

HSL color Cylindrical-coordinate representation of color #EDE591: hue angle of 54.78º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EDE591 is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 229 145 -
CMYK 0 0.03 0.39 0.07
HSL 54.78º 0.72% 0.75% -
HSV(B) 54.78º 0.39% 0.93% -
XYZ 68.06 76.09 37.89 -
YUV 221.82 84.65 138.83 -
System Red Green Blue C M Y K H S L
Decimal 237 229 145 0 0.03 0.39 0.07 54.78 0.72 0.75
Hex ED E5 91 0 3 27 7 37 48 4B
Octal 355 345 221 0 3 47 7 67 110 113
Binary 11101101 11100101 10010001 0 11 100111 111 110111 1001000 1001011

Color Harmonies of #EDE591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE591

Black with #EDE591

Text Example


Text Example

White with #EDE591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE591; }

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

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

background-color css

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

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

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

border-color css

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

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

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