Html Css Color HEX #EBE28D Khaki

📋 copy color: '#EBE28D'

red 235 ◦ green 226 ◦ blue 141

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

Shades of Khaki #EBE28D

Tints of Khaki #EBE28D

RGB

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

 GREEN value IS 226 (88.67% from 255) = 37.54%

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

R = 39.04%
G = 37.54%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#EBE28D (or 0xEBE28D) is known color: Khaki. HEX triplet: EB, E2 and 8D. RGB value is (235,226,141). Sum of RGB (Red+Green+Blue) = 235+226+141=602 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.04% from 602); Green value is 226 (88.67% from 255 or 37.54% from 602); Blue value is 141 (55.47% from 255 or 23.42% from 602); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE28D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE28D is #141D72. Grayscale: #DBDBDB. Windows color (decimal): -1318259 or 9298667. OLE color: 9298667.

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

Color convert

RGB 235 226 141 -
CMYK 0 0.04 0.4 0.08
HSL 54.26º 0.7% 0.74% -
HSV(B) 54.26º 0.4% 0.92% -
XYZ 66.27 73.98 35.99 -
YUV 219 83.98 139.41 -
System Red Green Blue C M Y K H S L
Decimal 235 226 141 0 0.04 0.4 0.08 54.26 0.7 0.74
Hex EB E2 8D 0 4 28 8 36 46 4A
Octal 353 342 215 0 4 50 10 66 106 112
Binary 11101011 11100010 10001101 0 100 101000 1000 110110 1000110 1001010

Color Harmonies of #EBE28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE28D

Black with #EBE28D

Text Example


Text Example

White with #EBE28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE28D; }

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

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

background-color css

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

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

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

border-color css

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

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

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