Html Css Color HEX #EBE894 Khaki

📋 copy color: '#EBE894'

red 235 ◦ green 232 ◦ blue 148

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

Shades of Khaki #EBE894

Tints of Khaki #EBE894

RGB

 RED value IS 235 (92.19% from 255) = 38.21%

 GREEN value IS 232 (91.02% from 255) = 37.72%

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

R = 38.21%
G = 37.72%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#EBE894 (or 0xEBE894) is known color: Khaki. HEX triplet: EB, E8 and 94. RGB value is (235,232,148). Sum of RGB (Red+Green+Blue) = 235+232+148=615 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.21% from 615); Green value is 232 (91.02% from 255 or 37.72% from 615); Blue value is 148 (58.20% from 255 or 24.07% from 615); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE894 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE894 is #14176B. Grayscale: #DFDFDF. Windows color (decimal): -1316716 or 9758955. OLE color: 9758955.

HSL color Cylindrical-coordinate representation of color #EBE894: hue angle of 57.93º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EBE894 is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 232 148 -
CMYK 0 0.01 0.37 0.08
HSL 57.93º 0.69% 0.75% -
HSV(B) 57.93º 0.37% 0.92% -
XYZ 68.46 77.51 39.37 -
YUV 223.32 85.49 136.33 -
System Red Green Blue C M Y K H S L
Decimal 235 232 148 0 0.01 0.37 0.08 57.93 0.69 0.75
Hex EB E8 94 0 1 25 8 3A 45 4B
Octal 353 350 224 0 1 45 10 72 105 113
Binary 11101011 11101000 10010100 0 1 100101 1000 111010 1000101 1001011

Color Harmonies of #EBE894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE894

Black with #EBE894

Text Example


Text Example

White with #EBE894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE894; }

 p { color: rgb(235,232,148); }

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

background-color css

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

 a { background-color: rgb(235,232,148); }

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

border-color css

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

 span { border-color: rgb(235,232,148); }

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