#EBD792

Color #EBD792 Double Colonial White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Double Colonial White #EBD792

Tints of Double Colonial White #EBD792

Color information

#EBD792 (or 0xEBD792) is unknown color: approx Double Colonial White. HEX triplet: EB, D7 and 92. RGB value is (235,215,146). Sum of RGB (Red+Green+Blue) = 235+215+146=596 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.43% from 596); Green value is 215 (84.38% from 255 or 36.07% from 596); Blue value is 146 (57.42% from 255 or 24.50% from 596); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD792 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD792 is #14286D. Grayscale: #D5D5D5. Windows color (decimal): -1321070 or 9623531. OLE color: 9623531.

HSL color Cylindrical-coordinate representation of color #EBD792: hue angle of 46.52º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EBD792 is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB235215146-
CMYK00.090.380.08
HSL46.52º68.99%74.71%-
HSV(B)46.52º37.87%92.16%-
XYZ63.7568.3437.02-
YUV213.1190.13143.61-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.43%
GREEN value IS 215 (84.38% from 255) = 36.07%
BLUE value IS 146 (57.42% from 255) = 24.50%
R=39.43%
G=36.07%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521514600.090.380.0846.5268.9974.71
HexEBD792092682f454b
Octal353327222011461057105113
Binary11101011110101111001001001001100110100010111110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD792; }

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

 H1.HeaderClassName
 {
   color: #EBD792;
 }
 .AnyTagClassName
 {
   color: #EBD792;
 }
</style>
background-color css

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

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

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

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

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

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