Html Css Color HEX #EBE98D Khaki

📋 copy color: '#EBE98D'

red 235 ◦ green 233 ◦ blue 141

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

Shades of Khaki #EBE98D

Tints of Khaki #EBE98D

RGB

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

 GREEN value IS 233 (91.41% from 255) = 38.26%

 BLUE value IS 141 (55.47% from 255) = 23.15%

R = 38.59%
G = 38.26%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#EBE98D (or 0xEBE98D) is known color: Khaki. HEX triplet: EB, E9 and 8D. RGB value is (235,233,141). Sum of RGB (Red+Green+Blue) = 235+233+141=609 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.59% from 609); Green value is 233 (91.41% from 255 or 38.26% from 609); Blue value is 141 (55.47% from 255 or 23.15% from 609); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE98D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE98D is #141672. Grayscale: #DFDFDF. Windows color (decimal): -1316467 or 9300459. OLE color: 9300459.

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

Color convert

RGB 235 233 141 -
CMYK 0 0.01 0.4 0.08
HSL 58.72º 0.7% 0.74% -
HSV(B) 58.72º 0.4% 0.92% -
XYZ 68.21 77.86 36.63 -
YUV 223.11 81.66 136.48 -
System Red Green Blue C M Y K H S L
Decimal 235 233 141 0 0.01 0.4 0.08 58.72 0.7 0.74
Hex EB E9 8D 0 1 28 8 3B 46 4A
Octal 353 351 215 0 1 50 10 73 106 112
Binary 11101011 11101001 10001101 0 1 101000 1000 111011 1000110 1001010

Color Harmonies of #EBE98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE98D

Black with #EBE98D

Text Example


Text Example

White with #EBE98D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE98D; }

 p { color: rgb(235,233,141); }

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

background-color css

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

 a { background-color: rgb(235,233,141); }

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

border-color css

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

 span { border-color: rgb(235,233,141); }

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