#EFD2AC

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

Shades of Givry #EFD2AC

Tints of Givry #EFD2AC

Color information

#EFD2AC (or 0xEFD2AC) is unknown color: approx Givry. HEX triplet: EF, D2 and AC. RGB value is (239,210,172). Sum of RGB (Red+Green+Blue) = 239+210+172=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 210 (82.42% from 255 or 33.82% from 621); Blue value is 172 (67.58% from 255 or 27.70% from 621); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD2AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD2AC is #102D53. Grayscale: #D6D6D6. Windows color (decimal): -1060180 or 11326191. OLE color: 11326191.

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

Color convert

RGB239210172-
CMYK00.120.280.06
HSL34.03º67.68%80.59%-
HSV(B)34.03º28.03%93.73%-
XYZ66.0967.4248.56-
YUV214.34104.11145.59-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.49%
GREEN value IS 210 (82.42% from 255) = 33.82%
BLUE value IS 172 (67.58% from 255) = 27.70%
R=38.49%
G=33.82%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921017200.120.280.0634.0367.6880.59
HexEFD2AC0C1C6224451
Octal35732225401434642104121
Binary111011111101001010101100011001110011010001010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD2AC; }

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

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

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

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

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

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

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

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