#EBD38D

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

Shades of Double Colonial White #EBD38D

Tints of Double Colonial White #EBD38D

Color information

#EBD38D (or 0xEBD38D) is unknown color: approx Double Colonial White. HEX triplet: EB, D3 and 8D. RGB value is (235,211,141). Sum of RGB (Red+Green+Blue) = 235+211+141=587 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.03% from 587); Green value is 211 (82.81% from 255 or 35.95% from 587); Blue value is 141 (55.47% from 255 or 24.02% from 587); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD38D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD38D is #142C72. Grayscale: #D2D2D2. Windows color (decimal): -1322099 or 9294827. OLE color: 9294827.

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

Color convert

RGB235211141-
CMYK00.100.40.08
HSL44.68º70.15%73.73%-
HSV(B)44.68º40%92.16%-
XYZ62.3666.1734.69-
YUV210.288.95145.69-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.03%
GREEN value IS 211 (82.81% from 255) = 35.95%
BLUE value IS 141 (55.47% from 255) = 24.02%
R=40.03%
G=35.95%
B=24.02%

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
Decimal23521114100.100.40.0844.6870.1573.73
HexEBD38D0A2882d464a
Octal353323215012501055106112
Binary11101011110100111000110101010101000100010110110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD38D; }

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

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

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

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

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

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

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

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