Html Css Color HEX #EBD39C Hampton

📋 copy color: '#EBD39C'

red 235 ◦ green 211 ◦ blue 156

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

Shades of Hampton #EBD39C

Tints of Hampton #EBD39C

RGB

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

 GREEN value IS 211 (82.81% from 255) = 35.05%

 BLUE value IS 156 (61.33% from 255) = 25.91%

R = 39.04%
G = 35.05%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EBD39C (or 0xEBD39C) is known color: Hampton. HEX triplet: EB, D3 and 9C. RGB value is (235,211,156). Sum of RGB (Red+Green+Blue) = 235+211+156=602 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.04% from 602); Green value is 211 (82.81% from 255 or 35.05% from 602); Blue value is 156 (61.33% from 255 or 25.91% from 602); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD39C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD39C is #142C63. Grayscale: #D4D4D4. Windows color (decimal): -1322084 or 10277867. OLE color: 10277867.

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

Color convert

RGB 235 211 156 -
CMYK 0 0.10 0.34 0.08
HSL 41.77º 0.66% 0.77% -
HSV(B) 41.77º 0.34% 0.92% -
XYZ 63.56 66.65 40.97 -
YUV 211.91 96.45 144.47 -
System Red Green Blue C M Y K H S L
Decimal 235 211 156 0 0.10 0.34 0.08 41.77 0.66 0.77
Hex EB D3 9C 0 A 22 8 2A 42 4D
Octal 353 323 234 0 12 42 10 52 102 115
Binary 11101011 11010011 10011100 0 1010 100010 1000 101010 1000010 1001101

Color Harmonies of #EBD39C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD39C

Black with #EBD39C

Text Example


Text Example

White with #EBD39C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD39C; }

 p { color: rgb(235,211,156); }

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

background-color css

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

 a { background-color: rgb(235,211,156); }

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

border-color css

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

 span { border-color: rgb(235,211,156); }

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