#EFD2AE

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

Shades of Givry #EFD2AE

Tints of Givry #EFD2AE

Color information

#EFD2AE (or 0xEFD2AE) is unknown color: approx Givry. HEX triplet: EF, D2 and AE. RGB value is (239,210,174). Sum of RGB (Red+Green+Blue) = 239+210+174=623 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.36% from 623); Green value is 210 (82.42% from 255 or 33.71% from 623); Blue value is 174 (68.36% from 255 or 27.93% from 623); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD2AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD2AE is #102D51. Grayscale: #D6D6D6. Windows color (decimal): -1060178 or 11457263. OLE color: 11457263.

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

Color convert

RGB239210174-
CMYK00.120.270.06
HSL33.23º67.01%80.98%-
HSV(B)33.23º27.2%93.73%-
XYZ66.2867.549.58-
YUV214.57105.11145.43-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.36%
GREEN value IS 210 (82.42% from 255) = 33.71%
BLUE value IS 174 (68.36% from 255) = 27.93%
R=38.36%
G=33.71%
B=27.93%

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
Decimal23921017400.120.270.0633.2367.0180.98
HexEFD2AE0C1B6214351
Octal35732225601433641103121
Binary111011111101001010101110011001101111010000110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD2AE; }

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

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

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

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

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

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

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

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