Html Css Color HEX #EDE794 Khaki

📋 copy color: '#EDE794'

red 237 ◦ green 231 ◦ blue 148

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

Shades of Khaki #EDE794

Tints of Khaki #EDE794

RGB

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

 GREEN value IS 231 (90.63% from 255) = 37.5%

 BLUE value IS 148 (58.2% from 255) = 24.03%

R = 38.47%
G = 37.5%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EDE794 (or 0xEDE794) is known color: Khaki. HEX triplet: ED, E7 and 94. RGB value is (237,231,148). Sum of RGB (Red+Green+Blue) = 237+231+148=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 231 (90.62% from 255 or 37.5% from 616); Blue value is 148 (58.20% from 255 or 24.03% from 616); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE794 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE794 is #12186B. Grayscale: #DFDFDF. Windows color (decimal): -1185900 or 9758701. OLE color: 9758701.

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

Color convert

RGB 237 231 148 -
CMYK 0 0.03 0.38 0.07
HSL 55.96º 0.71% 0.75% -
HSV(B) 55.96º 0.38% 0.93% -
XYZ 68.85 77.29 39.31 -
YUV 223.33 85.49 137.75 -
System Red Green Blue C M Y K H S L
Decimal 237 231 148 0 0.03 0.38 0.07 55.96 0.71 0.75
Hex ED E7 94 0 3 26 7 38 47 4B
Octal 355 347 224 0 3 46 7 70 107 113
Binary 11101101 11100111 10010100 0 11 100110 111 111000 1000111 1001011

Color Harmonies of #EDE794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE794

Black with #EDE794

Text Example


Text Example

White with #EDE794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE794; }

 p { color: rgb(237,231,148); }

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

background-color css

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

 a { background-color: rgb(237,231,148); }

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

border-color css

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

 span { border-color: rgb(237,231,148); }

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