#EFD2AF

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

Shades of Givry #EFD2AF

Tints of Givry #EFD2AF

Color information

#EFD2AF (or 0xEFD2AF) is unknown color: approx Givry. HEX triplet: EF, D2 and AF. RGB value is (239,210,175). Sum of RGB (Red+Green+Blue) = 239+210+175=624 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.30% from 624); Green value is 210 (82.42% from 255 or 33.65% from 624); Blue value is 175 (68.75% from 255 or 28.04% from 624); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD2AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD2AF is #102D50. Grayscale: #D6D6D6. Windows color (decimal): -1060177 or 11522799. OLE color: 11522799.

HSL color Cylindrical-coordinate representation of color #EFD2AF: hue angle of 32.81º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EFD2AF is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB239210175-
CMYK00.120.270.06
HSL32.81º66.67%81.18%-
HSV(B)32.81º26.78%93.73%-
XYZ66.3867.5450.1-
YUV214.68105.61145.35-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.30%
GREEN value IS 210 (82.42% from 255) = 33.65%
BLUE value IS 175 (68.75% from 255) = 28.04%
R=38.30%
G=33.65%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921017500.120.270.0632.8166.6781.18
HexEFD2AF0C1B6214351
Octal35732225701433641103121
Binary111011111101001010101111011001101111010000110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD2AF; }

 p { color: rgb(239,210,175); }

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

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

 a { background-color: rgb(239,210,175); }

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

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

 span { border-color: rgb(239,210,175); }

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