#EFD8AE

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

Shades of Givry #EFD8AE

Tints of Givry #EFD8AE

Color information

#EFD8AE (or 0xEFD8AE) is unknown color: approx Givry. HEX triplet: EF, D8 and AE. RGB value is (239,216,174). Sum of RGB (Red+Green+Blue) = 239+216+174=629 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.00% from 629); Green value is 216 (84.77% from 255 or 34.34% from 629); Blue value is 174 (68.36% from 255 or 27.66% from 629); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD8AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD8AE is #102751. Grayscale: #DADADA. Windows color (decimal): -1058642 or 11458799. OLE color: 11458799.

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

Color convert

RGB239216174-
CMYK00.100.270.06
HSL38.77º67.01%80.98%-
HSV(B)38.77º27.2%93.73%-
XYZ67.7970.5250.08-
YUV218.09103.12142.92-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.00%
GREEN value IS 216 (84.77% from 255) = 34.34%
BLUE value IS 174 (68.36% from 255) = 27.66%
R=38.00%
G=34.34%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921617400.100.270.0638.7767.0180.98
HexEFD8AE0A1B6274351
Octal35733025601233647103121
Binary111011111101100010101110010101101111010011110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD8AE; }

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

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

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

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

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

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

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

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