Html Css Color HEX #EBDB9D Hampton

📋 copy color: '#EBDB9D'

red 235 ◦ green 219 ◦ blue 157

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

Shades of Hampton #EBDB9D

Tints of Hampton #EBDB9D

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.84%

 BLUE value IS 157 (61.72% from 255) = 25.7%

R = 38.46%
G = 35.84%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EBDB9D (or 0xEBDB9D) is known color: Hampton. HEX triplet: EB, DB and 9D. RGB value is (235,219,157). Sum of RGB (Red+Green+Blue) = 235+219+157=611 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.46% from 611); Green value is 219 (85.94% from 255 or 35.84% from 611); Blue value is 157 (61.72% from 255 or 25.70% from 611); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDB9D is #142462. Grayscale: #D8D8D8. Windows color (decimal): -1320035 or 10345451. OLE color: 10345451.

HSL color Cylindrical-coordinate representation of color #EBDB9D: hue angle of 47.69º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EBDB9D is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 219 157 -
CMYK 0 0.07 0.33 0.08
HSL 47.69º 0.66% 0.77% -
HSV(B) 47.69º 0.33% 0.92% -
XYZ 65.68 70.76 42.09 -
YUV 216.72 94.3 141.04 -
System Red Green Blue C M Y K H S L
Decimal 235 219 157 0 0.07 0.33 0.08 47.69 0.66 0.77
Hex EB DB 9D 0 7 21 8 30 42 4D
Octal 353 333 235 0 7 41 10 60 102 115
Binary 11101011 11011011 10011101 0 111 100001 1000 110000 1000010 1001101

Color Harmonies of #EBDB9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDB9D

Black with #EBDB9D

Text Example


Text Example

White with #EBDB9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDB9D; }

 p { color: rgb(235,219,157); }

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

background-color css

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

 a { background-color: rgb(235,219,157); }

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

border-color css

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

 span { border-color: rgb(235,219,157); }

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