Html Css Color HEX #EBE594 Khaki

📋 copy color: '#EBE594'

red 235 ◦ green 229 ◦ blue 148

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

Shades of Khaki #EBE594

Tints of Khaki #EBE594

RGB

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

 GREEN value IS 229 (89.84% from 255) = 37.42%

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

R = 38.4%
G = 37.42%
B = 24.18%

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

#EBE594 (or 0xEBE594) is known color: Khaki. HEX triplet: EB, E5 and 94. RGB value is (235,229,148). Sum of RGB (Red+Green+Blue) = 235+229+148=612 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.40% from 612); Green value is 229 (89.84% from 255 or 37.42% from 612); Blue value is 148 (58.20% from 255 or 24.18% from 612); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE594 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE594 is #141A6B. Grayscale: #DDDDDD. Windows color (decimal): -1317484 or 9758187. OLE color: 9758187.

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

Color convert

RGB 235 229 148 -
CMYK 0 0.03 0.37 0.08
HSL 55.86º 0.69% 0.75% -
HSV(B) 55.86º 0.37% 0.92% -
XYZ 67.63 75.84 39.09 -
YUV 221.56 86.49 137.59 -
System Red Green Blue C M Y K H S L
Decimal 235 229 148 0 0.03 0.37 0.08 55.86 0.69 0.75
Hex EB E5 94 0 3 25 8 38 45 4B
Octal 353 345 224 0 3 45 10 70 105 113
Binary 11101011 11100101 10010100 0 11 100101 1000 111000 1000101 1001011

Color Harmonies of #EBE594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE594

Black with #EBE594

Text Example


Text Example

White with #EBE594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE594; }

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

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

background-color css

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

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

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

border-color css

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

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

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