#EBD692

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

Shades of Double Colonial White #EBD692

Tints of Double Colonial White #EBD692

Color information

#EBD692 (or 0xEBD692) is unknown color: approx Double Colonial White. HEX triplet: EB, D6 and 92. RGB value is (235,214,146). Sum of RGB (Red+Green+Blue) = 235+214+146=595 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.50% from 595); Green value is 214 (83.98% from 255 or 35.97% from 595); Blue value is 146 (57.42% from 255 or 24.54% from 595); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD692 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD692 is #14296D. Grayscale: #D4D4D4. Windows color (decimal): -1321326 or 9623275. OLE color: 9623275.

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

Color convert

RGB235214146-
CMYK00.090.380.08
HSL45.84º68.99%74.71%-
HSV(B)45.84º37.87%92.16%-
XYZ63.567.8336.94-
YUV212.5390.46144.03-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.50%
GREEN value IS 214 (83.98% from 255) = 35.97%
BLUE value IS 146 (57.42% from 255) = 24.54%
R=39.50%
G=35.97%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521414600.090.380.0845.8468.9974.71
HexEBD692092682e454b
Octal353326222011461056105113
Binary11101011110101101001001001001100110100010111010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD692; }

 p { color: rgb(235,214,146); }

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

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

 a { background-color: rgb(235,214,146); }

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

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

 span { border-color: rgb(235,214,146); }

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