#EBD48D

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

Shades of Double Colonial White #EBD48D

Tints of Double Colonial White #EBD48D

Color information

#EBD48D (or 0xEBD48D) is unknown color: approx Double Colonial White. HEX triplet: EB, D4 and 8D. RGB value is (235,212,141). Sum of RGB (Red+Green+Blue) = 235+212+141=588 (77% of max value = 765). Red value is 235 (92.19% from 255 or 39.97% from 588); Green value is 212 (83.20% from 255 or 36.05% from 588); Blue value is 141 (55.47% from 255 or 23.98% from 588); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD48D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD48D is #142B72. Grayscale: #D3D3D3. Windows color (decimal): -1321843 or 9295083. OLE color: 9295083.

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

Color convert

RGB235212141-
CMYK00.100.40.08
HSL45.32º70.15%73.73%-
HSV(B)45.32º40%92.16%-
XYZ62.6166.6734.77-
YUV210.7888.62145.27-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.97%
GREEN value IS 212 (83.20% from 255) = 36.05%
BLUE value IS 141 (55.47% from 255) = 23.98%
R=39.97%
G=36.05%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.4
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521214100.100.40.0845.3270.1573.73
HexEBD48D0A2882d464a
Octal353324215012501055106112
Binary11101011110101001000110101010101000100010110110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD48D; }

 p { color: rgb(235,212,141); }

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

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

 a { background-color: rgb(235,212,141); }

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

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

 span { border-color: rgb(235,212,141); }

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