#EFDDA7

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

Shades of Sidecar #EFDDA7

Tints of Sidecar #EFDDA7

Color information

#EFDDA7 (or 0xEFDDA7) is unknown color: approx Sidecar. HEX triplet: EF, DD and A7. RGB value is (239,221,167). Sum of RGB (Red+Green+Blue) = 239+221+167=627 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.12% from 627); Green value is 221 (86.72% from 255 or 35.25% from 627); Blue value is 167 (65.62% from 255 or 26.63% from 627); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDDA7 is #102258. Grayscale: #DCDCDC. Windows color (decimal): -1057369 or 11001327. OLE color: 11001327.

HSL color Cylindrical-coordinate representation of color #EFDDA7: hue angle of 45º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFDDA7 is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB239221167-
CMYK00.080.300.06
HSL45º69.23%79.61%-
HSV(B)45º30.13%93.73%-
XYZ68.4372.8547.01-
YUV220.2397.96141.39-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.12%
GREEN value IS 221 (86.72% from 255) = 35.25%
BLUE value IS 167 (65.62% from 255) = 26.63%
R=38.12%
G=35.25%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922116700.080.300.064569.2379.61
HexEFDDA7081E62d4550
Octal35733524701036655105120
Binary111011111101110110100111010001111011010110110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDDA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDDA7; }

 p { color: rgb(239,221,167); }

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

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

 a { background-color: rgb(239,221,167); }

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

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

 span { border-color: rgb(239,221,167); }

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