Html Css Color HEX #EBD79E Hampton

📋 copy color: '#EBD79E'

red 235 ◦ green 215 ◦ blue 158

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

Shades of Hampton #EBD79E

Tints of Hampton #EBD79E

RGB

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

 GREEN value IS 215 (84.38% from 255) = 35.36%

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

R = 38.65%
G = 35.36%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EBD79E (or 0xEBD79E) is known color: Hampton. HEX triplet: EB, D7 and 9E. RGB value is (235,215,158). Sum of RGB (Red+Green+Blue) = 235+215+158=608 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.65% from 608); Green value is 215 (84.38% from 255 or 35.36% from 608); Blue value is 158 (62.11% from 255 or 25.99% from 608); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD79E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD79E is #142861. Grayscale: #D6D6D6. Windows color (decimal): -1321058 or 10409963. OLE color: 10409963.

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

Color convert

RGB 235 215 158 -
CMYK 0 0.09 0.33 0.08
HSL 44.42º 0.66% 0.77% -
HSV(B) 44.42º 0.33% 0.92% -
XYZ 64.73 68.73 42.2 -
YUV 214.48 96.13 142.63 -
System Red Green Blue C M Y K H S L
Decimal 235 215 158 0 0.09 0.33 0.08 44.42 0.66 0.77
Hex EB D7 9E 0 9 21 8 2C 42 4D
Octal 353 327 236 0 11 41 10 54 102 115
Binary 11101011 11010111 10011110 0 1001 100001 1000 101100 1000010 1001101

Color Harmonies of #EBD79E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD79E

Black with #EBD79E

Text Example


Text Example

White with #EBD79E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD79E; }

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

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

background-color css

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

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

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

border-color css

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

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

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