Html Css Color HEX #EBE38D Khaki

📋 copy color: '#EBE38D'

red 235 ◦ green 227 ◦ blue 141

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

Shades of Khaki #EBE38D

Tints of Khaki #EBE38D

RGB

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

 GREEN value IS 227 (89.06% from 255) = 37.65%

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

R = 38.97%
G = 37.65%
B = 23.38%

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

#EBE38D (or 0xEBE38D) is known color: Khaki. HEX triplet: EB, E3 and 8D. RGB value is (235,227,141). Sum of RGB (Red+Green+Blue) = 235+227+141=603 (79% of max value = 765). Red value is 235 (92.19% from 255 or 38.97% from 603); Green value is 227 (89.06% from 255 or 37.65% from 603); Blue value is 141 (55.47% from 255 or 23.38% from 603); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE38D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE38D is #141C72. Grayscale: #DBDBDB. Windows color (decimal): -1318003 or 9298923. OLE color: 9298923.

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

Color convert

RGB 235 227 141 -
CMYK 0 0.03 0.4 0.08
HSL 54.89º 0.7% 0.74% -
HSV(B) 54.89º 0.4% 0.92% -
XYZ 66.54 74.52 36.08 -
YUV 219.59 83.65 138.99 -
System Red Green Blue C M Y K H S L
Decimal 235 227 141 0 0.03 0.4 0.08 54.89 0.7 0.74
Hex EB E3 8D 0 3 28 8 37 46 4A
Octal 353 343 215 0 3 50 10 67 106 112
Binary 11101011 11100011 10001101 0 11 101000 1000 110111 1000110 1001010

Color Harmonies of #EBE38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE38D

Black with #EBE38D

Text Example


Text Example

White with #EBE38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE38D; }

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

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

background-color css

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

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

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

border-color css

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

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

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