Html Css Color HEX #EBE48D Khaki

📋 copy color: '#EBE48D'

red 235 ◦ green 228 ◦ blue 141

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

Shades of Khaki #EBE48D

Tints of Khaki #EBE48D

RGB

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

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

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

R = 38.91%
G = 37.75%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#EBE48D (or 0xEBE48D) is known color: Khaki. HEX triplet: EB, E4 and 8D. RGB value is (235,228,141). Sum of RGB (Red+Green+Blue) = 235+228+141=604 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.91% from 604); Green value is 228 (89.45% from 255 or 37.75% from 604); Blue value is 141 (55.47% from 255 or 23.34% from 604); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE48D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE48D is #141B72. Grayscale: #DCDCDC. Windows color (decimal): -1317747 or 9299179. OLE color: 9299179.

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

Color convert

RGB 235 228 141 -
CMYK 0 0.03 0.4 0.08
HSL 55.53º 0.7% 0.74% -
HSV(B) 55.53º 0.4% 0.92% -
XYZ 66.81 75.07 36.17 -
YUV 220.18 83.32 138.57 -
System Red Green Blue C M Y K H S L
Decimal 235 228 141 0 0.03 0.4 0.08 55.53 0.7 0.74
Hex EB E4 8D 0 3 28 8 38 46 4A
Octal 353 344 215 0 3 50 10 70 106 112
Binary 11101011 11100100 10001101 0 11 101000 1000 111000 1000110 1001010

Color Harmonies of #EBE48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE48D

Black with #EBE48D

Text Example


Text Example

White with #EBE48D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE48D; }

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

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

background-color css

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

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

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

border-color css

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

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

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