#EBD28E

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

Shades of Double Colonial White #EBD28E

Tints of Double Colonial White #EBD28E

Color information

#EBD28E (or 0xEBD28E) is unknown color: approx Double Colonial White. HEX triplet: EB, D2 and 8E. RGB value is (235,210,142). Sum of RGB (Red+Green+Blue) = 235+210+142=587 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.03% from 587); Green value is 210 (82.42% from 255 or 35.78% from 587); Blue value is 142 (55.86% from 255 or 24.19% from 587); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD28E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD28E is #142D71. Grayscale: #D2D2D2. Windows color (decimal): -1322354 or 9360107. OLE color: 9360107.

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

Color convert

RGB235210142-
CMYK00.110.400.08
HSL43.87º69.92%73.92%-
HSV(B)43.87º39.57%92.16%-
XYZ62.1965.7135-
YUV209.7289.78146.03-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.03%
GREEN value IS 210 (82.42% from 255) = 35.78%
BLUE value IS 142 (55.86% from 255) = 24.19%
R=40.03%
G=35.78%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521014200.110.400.0843.8769.9273.92
HexEBD28E0B2882c464a
Octal353322216013501054106112
Binary11101011110100101000111001011101000100010110010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD28E; }

 p { color: rgb(235,210,142); }

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

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

 a { background-color: rgb(235,210,142); }

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

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

 span { border-color: rgb(235,210,142); }

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