Html Css Color HEX #EBDB9E Hampton

📋 copy color: '#EBDB9E'

red 235 ◦ green 219 ◦ blue 158

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

Shades of Hampton #EBDB9E

Tints of Hampton #EBDB9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 25.82%

R = 38.4%
G = 35.78%
B = 25.82%

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

#EBDB9E (or 0xEBDB9E) is known color: Hampton. HEX triplet: EB, DB and 9E. RGB value is (235,219,158). Sum of RGB (Red+Green+Blue) = 235+219+158=612 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.40% from 612); Green value is 219 (85.94% from 255 or 35.78% from 612); Blue value is 158 (62.11% from 255 or 25.82% from 612); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDB9E is #142461. Grayscale: #D9D9D9. Windows color (decimal): -1320034 or 10410987. OLE color: 10410987.

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

Color convert

RGB 235 219 158 -
CMYK 0 0.07 0.33 0.08
HSL 47.53º 0.66% 0.77% -
HSV(B) 47.53º 0.33% 0.92% -
XYZ 65.76 70.79 42.55 -
YUV 216.83 94.8 140.96 -
System Red Green Blue C M Y K H S L
Decimal 235 219 158 0 0.07 0.33 0.08 47.53 0.66 0.77
Hex EB DB 9E 0 7 21 8 30 42 4D
Octal 353 333 236 0 7 41 10 60 102 115
Binary 11101011 11011011 10011110 0 111 100001 1000 110000 1000010 1001101

Color Harmonies of #EBDB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDB9E

Black with #EBDB9E

Text Example


Text Example

White with #EBDB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDB9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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