Html Css Color HEX #EBE58D Khaki

📋 copy color: '#EBE58D'

red 235 ◦ green 229 ◦ blue 141

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

Shades of Khaki #EBE58D

Tints of Khaki #EBE58D

RGB

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

 GREEN value IS 229 (89.84% from 255) = 37.85%

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

R = 38.84%
G = 37.85%
B = 23.31%

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

#EBE58D (or 0xEBE58D) is known color: Khaki. HEX triplet: EB, E5 and 8D. RGB value is (235,229,141). Sum of RGB (Red+Green+Blue) = 235+229+141=605 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.84% from 605); Green value is 229 (89.84% from 255 or 37.85% from 605); Blue value is 141 (55.47% from 255 or 23.31% from 605); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE58D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE58D is #141A72. Grayscale: #DDDDDD. Windows color (decimal): -1317491 or 9299435. OLE color: 9299435.

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

Color convert

RGB 235 229 141 -
CMYK 0 0.03 0.4 0.08
HSL 56.17º 0.7% 0.74% -
HSV(B) 56.17º 0.4% 0.92% -
XYZ 67.09 75.62 36.26 -
YUV 220.76 82.99 138.16 -
System Red Green Blue C M Y K H S L
Decimal 235 229 141 0 0.03 0.4 0.08 56.17 0.7 0.74
Hex EB E5 8D 0 3 28 8 38 46 4A
Octal 353 345 215 0 3 50 10 70 106 112
Binary 11101011 11100101 10001101 0 11 101000 1000 111000 1000110 1001010

Color Harmonies of #EBE58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE58D

Black with #EBE58D

Text Example


Text Example

White with #EBE58D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE58D; }

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

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

background-color css

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

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

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

border-color css

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

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

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