Html Css Color HEX #EBE992 Khaki

📋 copy color: '#EBE992'

red 235 ◦ green 233 ◦ blue 146

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

Shades of Khaki #EBE992

Tints of Khaki #EBE992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 23.78%

R = 38.27%
G = 37.95%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EBE992 (or 0xEBE992) is known color: Khaki. HEX triplet: EB, E9 and 92. RGB value is (235,233,146). Sum of RGB (Red+Green+Blue) = 235+233+146=614 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.27% from 614); Green value is 233 (91.41% from 255 or 37.95% from 614); Blue value is 146 (57.42% from 255 or 23.78% from 614); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE992 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE992 is #14166D. Grayscale: #E0E0E0. Windows color (decimal): -1316462 or 9628139. OLE color: 9628139.

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

Color convert

RGB 235 233 146 -
CMYK 0 0.01 0.38 0.08
HSL 58.65º 0.69% 0.75% -
HSV(B) 58.65º 0.38% 0.92% -
XYZ 68.59 78.02 38.64 -
YUV 223.68 84.16 136.07 -
System Red Green Blue C M Y K H S L
Decimal 235 233 146 0 0.01 0.38 0.08 58.65 0.69 0.75
Hex EB E9 92 0 1 26 8 3B 45 4B
Octal 353 351 222 0 1 46 10 73 105 113
Binary 11101011 11101001 10010010 0 1 100110 1000 111011 1000101 1001011

Color Harmonies of #EBE992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE992

Black with #EBE992

Text Example


Text Example

White with #EBE992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE992; }

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

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

background-color css

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

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

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

border-color css

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

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

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