#EBD490

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

Shades of Double Colonial White #EBD490

Tints of Double Colonial White #EBD490

Color information

#EBD490 (or 0xEBD490) is unknown color: approx Double Colonial White. HEX triplet: EB, D4 and 90. RGB value is (235,212,144). Sum of RGB (Red+Green+Blue) = 235+212+144=591 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.76% from 591); Green value is 212 (83.20% from 255 or 35.87% from 591); Blue value is 144 (56.64% from 255 or 24.37% from 591); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD490 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD490 is #142B6F. Grayscale: #D3D3D3. Windows color (decimal): -1321840 or 9491691. OLE color: 9491691.

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

Color convert

RGB235212144-
CMYK00.100.390.08
HSL44.84º69.47%74.31%-
HSV(B)44.84º38.72%92.16%-
XYZ62.8466.7635.96-
YUV211.1290.12145.03-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.76%
GREEN value IS 212 (83.20% from 255) = 35.87%
BLUE value IS 144 (56.64% from 255) = 24.37%
R=39.76%
G=35.87%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521214400.100.390.0844.8469.4774.31
HexEBD4900A2782d454a
Octal353324220012471055105112
Binary11101011110101001001000001010100111100010110110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD490; }

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

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

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

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

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

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

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

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