Html Css Color HEX #EBE08D Khaki

📋 copy color: '#EBE08D'

red 235 ◦ green 224 ◦ blue 141

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

Shades of Khaki #EBE08D

Tints of Khaki #EBE08D

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.33%

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

R = 39.17%
G = 37.33%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#EBE08D (or 0xEBE08D) is known color: Khaki. HEX triplet: EB, E0 and 8D. RGB value is (235,224,141). Sum of RGB (Red+Green+Blue) = 235+224+141=600 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.17% from 600); Green value is 224 (87.89% from 255 or 37.33% from 600); Blue value is 141 (55.47% from 255 or 23.5% from 600); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE08D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE08D is #141F72. Grayscale: #DADADA. Windows color (decimal): -1318771 or 9298155. OLE color: 9298155.

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

Color convert

RGB 235 224 141 -
CMYK 0 0.05 0.4 0.08
HSL 52.98º 0.7% 0.74% -
HSV(B) 52.98º 0.4% 0.92% -
XYZ 65.72 72.9 35.81 -
YUV 217.83 84.64 140.25 -
System Red Green Blue C M Y K H S L
Decimal 235 224 141 0 0.05 0.4 0.08 52.98 0.7 0.74
Hex EB E0 8D 0 5 28 8 35 46 4A
Octal 353 340 215 0 5 50 10 65 106 112
Binary 11101011 11100000 10001101 0 101 101000 1000 110101 1000110 1001010

Color Harmonies of #EBE08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE08D

Black with #EBE08D

Text Example


Text Example

White with #EBE08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE08D; }

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

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

background-color css

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

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

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

border-color css

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

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

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