Html Css Color HEX #EDE391 Khaki

📋 copy color: '#EDE391'

red 237 ◦ green 227 ◦ blue 145

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

Shades of Khaki #EDE391

Tints of Khaki #EDE391

RGB

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

 GREEN value IS 227 (89.06% from 255) = 37.27%

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

R = 38.92%
G = 37.27%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EDE391 (or 0xEDE391) is known color: Khaki. HEX triplet: ED, E3 and 91. RGB value is (237,227,145). Sum of RGB (Red+Green+Blue) = 237+227+145=609 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.92% from 609); Green value is 227 (89.06% from 255 or 37.27% from 609); Blue value is 145 (57.03% from 255 or 23.81% from 609); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE391 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE391 is #121C6E. Grayscale: #DCDCDC. Windows color (decimal): -1186927 or 9561069. OLE color: 9561069.

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

Color convert

RGB 237 227 145 -
CMYK 0 0.04 0.39 0.07
HSL 53.48º 0.72% 0.75% -
HSV(B) 53.48º 0.39% 0.93% -
XYZ 67.5 74.99 37.7 -
YUV 220.64 85.31 139.67 -
System Red Green Blue C M Y K H S L
Decimal 237 227 145 0 0.04 0.39 0.07 53.48 0.72 0.75
Hex ED E3 91 0 4 27 7 35 48 4B
Octal 355 343 221 0 4 47 7 65 110 113
Binary 11101101 11100011 10010001 0 100 100111 111 110101 1001000 1001011

Color Harmonies of #EDE391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE391

Black with #EDE391

Text Example


Text Example

White with #EDE391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE391; }

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

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

background-color css

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

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

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

border-color css

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

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

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