#EFDBAA

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

Shades of Sidecar #EFDBAA

Tints of Sidecar #EFDBAA

Color information

#EFDBAA (or 0xEFDBAA) is unknown color: approx Sidecar. HEX triplet: EF, DB and AA. RGB value is (239,219,170). Sum of RGB (Red+Green+Blue) = 239+219+170=628 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.06% from 628); Green value is 219 (85.94% from 255 or 34.87% from 628); Blue value is 170 (66.80% from 255 or 27.07% from 628); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDBAA is #102455. Grayscale: #DBDBDB. Windows color (decimal): -1057878 or 11197423. OLE color: 11197423.

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

Color convert

RGB239219170-
CMYK00.080.290.06
HSL42.61º68.32%80.2%-
HSV(B)42.61º28.87%93.73%-
XYZ68.1871.9248.32-
YUV219.39100.13141.98-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.06%
GREEN value IS 219 (85.94% from 255) = 34.87%
BLUE value IS 170 (66.80% from 255) = 27.07%
R=38.06%
G=34.87%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921917000.080.290.0642.6168.3280.2
HexEFDBAA081D62b4450
Octal35733325201035653104120
Binary111011111101101110101010010001110111010101110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDBAA; }

 p { color: rgb(239,219,170); }

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

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

 a { background-color: rgb(239,219,170); }

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

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

 span { border-color: rgb(239,219,170); }

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