#E4CCAB

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

Shades of Givry #E4CCAB

Tints of Givry #E4CCAB

Color information

#E4CCAB (or 0xE4CCAB) is unknown color: approx Givry. HEX triplet: E4, CC and AB. RGB value is (228,204,171). Sum of RGB (Red+Green+Blue) = 228+204+171=603 (79% of max value = 765). Red value is 228 (89.45% from 255 or 37.81% from 603); Green value is 204 (80.08% from 255 or 33.83% from 603); Blue value is 171 (67.19% from 255 or 28.36% from 603); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4CCAB is #1B3354. Grayscale: #CFCFCF. Windows color (decimal): -1782613 or 11259108. OLE color: 11259108.

HSL color Cylindrical-coordinate representation of color #E4CCAB: hue angle of 34.74º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E4CCAB is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB228204171-
CMYK00.110.250.11
HSL34.74º51.35%78.24%-
HSV(B)34.74º25%89.41%-
XYZ60.9462.6247.4-
YUV207.41107.45142.68-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.81%
GREEN value IS 204 (80.08% from 255) = 33.83%
BLUE value IS 171 (67.19% from 255) = 28.36%
R=37.81%
G=33.83%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22820417100.110.250.1134.7451.3578.24
HexE4CCAB0B19B23334e
Octal34431425301331134363116
Binary111001001100110010101011010111100110111000111100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4CCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4CCAB; }

 p { color: rgb(228,204,171); }

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

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

 a { background-color: rgb(228,204,171); }

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

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

 span { border-color: rgb(228,204,171); }

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