Html Css Color HEX #EDE295 Khaki

📋 copy color: '#EDE295'

red 237 ◦ green 226 ◦ blue 149

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

Shades of Khaki #EDE295

Tints of Khaki #EDE295

RGB

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

 GREEN value IS 226 (88.67% from 255) = 36.93%

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

R = 38.73%
G = 36.93%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EDE295 (or 0xEDE295) is known color: Khaki. HEX triplet: ED, E2 and 95. RGB value is (237,226,149). Sum of RGB (Red+Green+Blue) = 237+226+149=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 226 (88.67% from 255 or 36.93% from 612); Blue value is 149 (58.59% from 255 or 24.35% from 612); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE295 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE295 is #121D6A. Grayscale: #DCDCDC. Windows color (decimal): -1187179 or 9822957. OLE color: 9822957.

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

Color convert

RGB 237 226 149 -
CMYK 0 0.05 0.37 0.07
HSL 52.5º 0.71% 0.76% -
HSV(B) 52.5º 0.37% 0.93% -
XYZ 67.55 74.57 39.27 -
YUV 220.51 87.64 139.76 -
System Red Green Blue C M Y K H S L
Decimal 237 226 149 0 0.05 0.37 0.07 52.5 0.71 0.76
Hex ED E2 95 0 5 25 7 34 47 4C
Octal 355 342 225 0 5 45 7 64 107 114
Binary 11101101 11100010 10010101 0 101 100101 111 110100 1000111 1001100

Color Harmonies of #EDE295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE295

Black with #EDE295

Text Example


Text Example

White with #EDE295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE295; }

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

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

background-color css

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

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

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

border-color css

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

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

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