#EAD1AF

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

Shades of Givry #EAD1AF

Tints of Givry #EAD1AF

Color information

#EAD1AF (or 0xEAD1AF) is unknown color: approx Givry. HEX triplet: EA, D1 and AF. RGB value is (234,209,175). Sum of RGB (Red+Green+Blue) = 234+209+175=618 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.86% from 618); Green value is 209 (82.03% from 255 or 33.82% from 618); Blue value is 175 (68.75% from 255 or 28.32% from 618); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD1AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD1AF is #152E50. Grayscale: #D4D4D4. Windows color (decimal): -1388113 or 11522538. OLE color: 11522538.

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

Color convert

RGB234209175-
CMYK00.110.250.08
HSL34.58º58.42%80.2%-
HSV(B)34.58º25.21%91.76%-
XYZ64.4766.1949.94-
YUV212.6106.78143.26-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.86%
GREEN value IS 209 (82.03% from 255) = 33.82%
BLUE value IS 175 (68.75% from 255) = 28.32%
R=37.86%
G=33.82%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420917500.110.250.0834.5858.4280.2
HexEAD1AF0B198233a50
Octal35232125701331104372120
Binary111010101101000110101111010111100110001000111110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD1AF; }

 p { color: rgb(234,209,175); }

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

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

 a { background-color: rgb(234,209,175); }

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

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

 span { border-color: rgb(234,209,175); }

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