#EBAEBD

Color #EBAEBD Cupid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cupid #EBAEBD

Tints of Cupid #EBAEBD

Color information

#EBAEBD (or 0xEBAEBD) is unknown color: approx Cupid. HEX triplet: EB, AE and BD. RGB value is (235,174,189). Sum of RGB (Red+Green+Blue) = 235+174+189=598 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.30% from 598); Green value is 174 (68.36% from 255 or 29.10% from 598); Blue value is 189 (74.22% from 255 or 31.61% from 598); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAEBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAEBD is #145142. Grayscale: #C1C1C1. Windows color (decimal): -1331523 or 12431083. OLE color: 12431083.

HSL color Cylindrical-coordinate representation of color #EBAEBD: hue angle of 345.25º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBAEBD is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB235174189-
CMYK00.260.200.08
HSL345.25º60.4%80.2%-
HSV(B)345.25º25.96%92.16%-
XYZ58.5851.6155.02-
YUV193.95125.21157.28-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.30%
GREEN value IS 174 (68.36% from 255) = 29.10%
BLUE value IS 189 (74.22% from 255) = 31.61%
R=39.30%
G=29.10%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517418900.260.200.08345.2560.480.2
HexEBAEBD01A1481593c50
Octal353256275032241053174120
Binary1110101110101110101111010110101010010001010110011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAEBD; }

 p { color: rgb(235,174,189); }

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

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

 a { background-color: rgb(235,174,189); }

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

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

 span { border-color: rgb(235,174,189); }

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