#EAD6B3

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

Shades of Givry #EAD6B3

Tints of Givry #EAD6B3

Color information

#EAD6B3 (or 0xEAD6B3) is unknown color: approx Givry. HEX triplet: EA, D6 and B3. RGB value is (234,214,179). Sum of RGB (Red+Green+Blue) = 234+214+179=627 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.32% from 627); Green value is 214 (83.98% from 255 or 34.13% from 627); Blue value is 179 (70.31% from 255 or 28.55% from 627); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD6B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD6B3 is #15294C. Grayscale: #D8D8D8. Windows color (decimal): -1386829 or 11785962. OLE color: 11785962.

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

Color convert

RGB234214179-
CMYK00.090.240.08
HSL38.18º56.7%80.98%-
HSV(B)38.18º23.5%91.76%-
XYZ66.1168.8452.45-
YUV215.99107.13140.85-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.32%
GREEN value IS 214 (83.98% from 255) = 34.13%
BLUE value IS 179 (70.31% from 255) = 28.55%
R=37.32%
G=34.13%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421417900.090.240.0838.1856.780.98
HexEAD6B309188263951
Octal35232626301130104671121
Binary111010101101011010110011010011100010001001101110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD6B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD6B3; }

 p { color: rgb(234,214,179); }

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

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

 a { background-color: rgb(234,214,179); }

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

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

 span { border-color: rgb(234,214,179); }

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