#EFD2AB

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

Shades of Givry #EFD2AB

Tints of Givry #EFD2AB

Color information

#EFD2AB (or 0xEFD2AB) is unknown color: approx Givry. HEX triplet: EF, D2 and AB. RGB value is (239,210,171). Sum of RGB (Red+Green+Blue) = 239+210+171=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 210 (82.42% from 255 or 33.87% from 620); Blue value is 171 (67.19% from 255 or 27.58% from 620); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD2AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD2AB is #102D54. Grayscale: #D6D6D6. Windows color (decimal): -1060181 or 11260655. OLE color: 11260655.

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

Color convert

RGB239210171-
CMYK00.120.280.06
HSL34.41º68%80.39%-
HSV(B)34.41º28.45%93.73%-
XYZ65.9967.3848.06-
YUV214.22103.61145.67-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.55%
GREEN value IS 210 (82.42% from 255) = 33.87%
BLUE value IS 171 (67.19% from 255) = 27.58%
R=38.55%
G=33.87%
B=27.58%

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
Decimal23921017100.120.280.0634.416880.39
HexEFD2AB0C1C6224450
Octal35732225301434642104120
Binary111011111101001010101011011001110011010001010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD2AB; }

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

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

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

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

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

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

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

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