Html Css Color HEX #EBE494 Khaki

📋 copy color: '#EBE494'

red 235 ◦ green 228 ◦ blue 148

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

Shades of Khaki #EBE494

Tints of Khaki #EBE494

RGB

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

 GREEN value IS 228 (89.45% from 255) = 37.32%

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

R = 38.46%
G = 37.32%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#EBE494 (or 0xEBE494) is known color: Khaki. HEX triplet: EB, E4 and 94. RGB value is (235,228,148). Sum of RGB (Red+Green+Blue) = 235+228+148=611 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.46% from 611); Green value is 228 (89.45% from 255 or 37.32% from 611); Blue value is 148 (58.20% from 255 or 24.22% from 611); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE494 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE494 is #141B6B. Grayscale: #DDDDDD. Windows color (decimal): -1317740 or 9757931. OLE color: 9757931.

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

Color convert

RGB 235 228 148 -
CMYK 0 0.03 0.37 0.08
HSL 55.17º 0.69% 0.75% -
HSV(B) 55.17º 0.37% 0.92% -
XYZ 67.35 75.29 39 -
YUV 220.97 86.82 138 -
System Red Green Blue C M Y K H S L
Decimal 235 228 148 0 0.03 0.37 0.08 55.17 0.69 0.75
Hex EB E4 94 0 3 25 8 37 45 4B
Octal 353 344 224 0 3 45 10 67 105 113
Binary 11101011 11100100 10010100 0 11 100101 1000 110111 1000101 1001011

Color Harmonies of #EBE494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE494

Black with #EBE494

Text Example


Text Example

White with #EBE494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE494; }

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

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

background-color css

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

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

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

border-color css

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

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

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