#EBCFAA

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

Shades of Givry #EBCFAA

Tints of Givry #EBCFAA

Color information

#EBCFAA (or 0xEBCFAA) is unknown color: approx Givry. HEX triplet: EB, CF and AA. RGB value is (235,207,170). Sum of RGB (Red+Green+Blue) = 235+207+170=612 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.40% from 612); Green value is 207 (81.25% from 255 or 33.82% from 612); Blue value is 170 (66.80% from 255 or 27.78% from 612); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCFAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCFAA is #143055. Grayscale: #D3D3D3. Windows color (decimal): -1323094 or 11194347. OLE color: 11194347.

HSL color Cylindrical-coordinate representation of color #EBCFAA: hue angle of 34.15º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBCFAA is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB235207170-
CMYK00.120.280.08
HSL34.15º61.9%79.41%-
HSV(B)34.15º27.66%92.16%-
XYZ63.8365.1947.25-
YUV211.15104.78145.01-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.40%
GREEN value IS 207 (81.25% from 255) = 33.82%
BLUE value IS 170 (66.80% from 255) = 27.78%
R=38.40%
G=33.82%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520717000.120.280.0834.1561.979.41
HexEBCFAA0C1C8223e4f
Octal35331725201434104276117
Binary111010111100111110101010011001110010001000101111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCFAA; }

 p { color: rgb(235,207,170); }

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

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

 a { background-color: rgb(235,207,170); }

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

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

 span { border-color: rgb(235,207,170); }

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