Html Css Color HEX #EBD69C Hampton

📋 copy color: '#EBD69C'

red 235 ◦ green 214 ◦ blue 156

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

Shades of Hampton #EBD69C

Tints of Hampton #EBD69C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.37%

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

R = 38.84%
G = 35.37%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EBD69C (or 0xEBD69C) is known color: Hampton. HEX triplet: EB, D6 and 9C. RGB value is (235,214,156). Sum of RGB (Red+Green+Blue) = 235+214+156=605 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.84% from 605); Green value is 214 (83.98% from 255 or 35.37% from 605); Blue value is 156 (61.33% from 255 or 25.79% from 605); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD69C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD69C is #142963. Grayscale: #D5D5D5. Windows color (decimal): -1321316 or 10278635. OLE color: 10278635.

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

Color convert

RGB 235 214 156 -
CMYK 0 0.09 0.34 0.08
HSL 44.05º 0.66% 0.77% -
HSV(B) 44.05º 0.34% 0.92% -
XYZ 64.31 68.16 41.22 -
YUV 213.67 95.46 143.22 -
System Red Green Blue C M Y K H S L
Decimal 235 214 156 0 0.09 0.34 0.08 44.05 0.66 0.77
Hex EB D6 9C 0 9 22 8 2C 42 4D
Octal 353 326 234 0 11 42 10 54 102 115
Binary 11101011 11010110 10011100 0 1001 100010 1000 101100 1000010 1001101

Color Harmonies of #EBD69C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD69C

Black with #EBD69C

Text Example


Text Example

White with #EBD69C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD69C; }

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

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

background-color css

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

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

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

border-color css

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

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

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