#EBD28C

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

Shades of Double Colonial White #EBD28C

Tints of Double Colonial White #EBD28C

Color information

#EBD28C (or 0xEBD28C) is unknown color: approx Double Colonial White. HEX triplet: EB, D2 and 8C. RGB value is (235,210,140). Sum of RGB (Red+Green+Blue) = 235+210+140=585 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.17% from 585); Green value is 210 (82.42% from 255 or 35.90% from 585); Blue value is 140 (55.08% from 255 or 23.93% from 585); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD28C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD28C is #142D73. Grayscale: #D1D1D1. Windows color (decimal): -1322356 or 9229035. OLE color: 9229035.

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

Color convert

RGB235210140-
CMYK00.110.400.08
HSL44.21º70.37%73.53%-
HSV(B)44.21º40.43%92.16%-
XYZ62.0465.6534.21-
YUV209.588.78146.19-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.17%
GREEN value IS 210 (82.42% from 255) = 35.90%
BLUE value IS 140 (55.08% from 255) = 23.93%
R=40.17%
G=35.90%
B=23.93%

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
Decimal23521014000.110.400.0844.2170.3773.53
HexEBD28C0B2882c464a
Octal353322214013501054106112
Binary11101011110100101000110001011101000100010110010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD28C; }

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

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

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

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

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

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

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

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