Html Css Color HEX #EBDB9F Hampton

📋 copy color: '#EBDB9F'

red 235 ◦ green 219 ◦ blue 159

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

Shades of Hampton #EBDB9F

Tints of Hampton #EBDB9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 25.94%

R = 38.34%
G = 35.73%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EBDB9F (or 0xEBDB9F) is known color: Hampton. HEX triplet: EB, DB and 9F. RGB value is (235,219,159). Sum of RGB (Red+Green+Blue) = 235+219+159=613 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.34% from 613); Green value is 219 (85.94% from 255 or 35.73% from 613); Blue value is 159 (62.5% from 255 or 25.94% from 613); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDB9F is #142460. Grayscale: #D9D9D9. Windows color (decimal): -1320033 or 10476523. OLE color: 10476523.

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

Color convert

RGB 235 219 159 -
CMYK 0 0.07 0.32 0.08
HSL 47.37º 0.66% 0.77% -
HSV(B) 47.37º 0.32% 0.92% -
XYZ 65.85 70.83 43 -
YUV 216.94 95.3 140.88 -
System Red Green Blue C M Y K H S L
Decimal 235 219 159 0 0.07 0.32 0.08 47.37 0.66 0.77
Hex EB DB 9F 0 7 20 8 2F 42 4D
Octal 353 333 237 0 7 40 10 57 102 115
Binary 11101011 11011011 10011111 0 111 100000 1000 101111 1000010 1001101

Color Harmonies of #EBDB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDB9F

Black with #EBDB9F

Text Example


Text Example

White with #EBDB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDB9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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