#EFD8AD

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

Shades of Givry #EFD8AD

Tints of Givry #EFD8AD

Color information

#EFD8AD (or 0xEFD8AD) is unknown color: approx Givry. HEX triplet: EF, D8 and AD. RGB value is (239,216,173). Sum of RGB (Red+Green+Blue) = 239+216+173=628 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.06% from 628); Green value is 216 (84.77% from 255 or 34.39% from 628); Blue value is 173 (67.97% from 255 or 27.55% from 628); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD8AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD8AD is #102752. Grayscale: #DADADA. Windows color (decimal): -1058643 or 11393263. OLE color: 11393263.

HSL color Cylindrical-coordinate representation of color #EFD8AD: hue angle of 39.09º degrees, saturation: 0.67, 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 #EFD8AD is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB239216173-
CMYK00.100.280.06
HSL39.09º67.35%80.78%-
HSV(B)39.09º27.62%93.73%-
XYZ67.770.4849.57-
YUV217.98102.62143-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.06%
GREEN value IS 216 (84.77% from 255) = 34.39%
BLUE value IS 173 (67.97% from 255) = 27.55%
R=38.06%
G=34.39%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921617300.100.280.0639.0967.3580.78
HexEFD8AD0A1C6274351
Octal35733025501234647103121
Binary111011111101100010101101010101110011010011110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD8AD; }

 p { color: rgb(239,216,173); }

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

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

 a { background-color: rgb(239,216,173); }

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

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

 span { border-color: rgb(239,216,173); }

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