#EFD3AE

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

Shades of Givry #EFD3AE

Tints of Givry #EFD3AE

Color information

#EFD3AE (or 0xEFD3AE) is unknown color: approx Givry. HEX triplet: EF, D3 and AE. RGB value is (239,211,174). Sum of RGB (Red+Green+Blue) = 239+211+174=624 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.30% from 624); Green value is 211 (82.81% from 255 or 33.81% from 624); Blue value is 174 (68.36% from 255 or 27.88% from 624); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD3AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD3AE is #102C51. Grayscale: #D7D7D7. Windows color (decimal): -1059922 or 11457519. OLE color: 11457519.

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

Color convert

RGB239211174-
CMYK00.120.270.06
HSL34.15º67.01%80.98%-
HSV(B)34.15º27.2%93.73%-
XYZ66.536849.66-
YUV215.15104.78145.01-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.30%
GREEN value IS 211 (82.81% from 255) = 33.81%
BLUE value IS 174 (68.36% from 255) = 27.88%
R=38.30%
G=33.81%
B=27.88%

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
Decimal23921117400.120.270.0634.1567.0180.98
HexEFD3AE0C1B6224351
Octal35732325601433642103121
Binary111011111101001110101110011001101111010001010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD3AE; }

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

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

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

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

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

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

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

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