Html Css Color HEX #EBE497 Khaki

📋 copy color: '#EBE497'

red 235 ◦ green 228 ◦ blue 151

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

Shades of Khaki #EBE497

Tints of Khaki #EBE497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 24.59%

R = 38.27%
G = 37.13%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#EBE497 (or 0xEBE497) is known color: Khaki. HEX triplet: EB, E4 and 97. RGB value is (235,228,151). Sum of RGB (Red+Green+Blue) = 235+228+151=614 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.27% from 614); Green value is 228 (89.45% from 255 or 37.13% from 614); Blue value is 151 (59.38% from 255 or 24.59% from 614); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE497 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE497 is #141B68. Grayscale: #DDDDDD. Windows color (decimal): -1317737 or 9954539. OLE color: 9954539.

HSL color Cylindrical-coordinate representation of color #EBE497: hue angle of 55º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EBE497 is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 228 151 -
CMYK 0 0.03 0.36 0.08
HSL 55º 0.68% 0.76% -
HSV(B) 55º 0.36% 0.92% -
XYZ 67.59 75.38 40.27 -
YUV 221.32 88.32 137.76 -
System Red Green Blue C M Y K H S L
Decimal 235 228 151 0 0.03 0.36 0.08 55 0.68 0.76
Hex EB E4 97 0 3 24 8 37 44 4C
Octal 353 344 227 0 3 44 10 67 104 114
Binary 11101011 11100100 10010111 0 11 100100 1000 110111 1000100 1001100

Color Harmonies of #EBE497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE497

Black with #EBE497

Text Example


Text Example

White with #EBE497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE497; }

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

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

background-color css

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

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

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

border-color css

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

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

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