#EFEDB9

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

Shades of Cumulus #EFEDB9

Tints of Cumulus #EFEDB9

Color information

#EFEDB9 (or 0xEFEDB9) is unknown color: approx Cumulus. HEX triplet: EF, ED and B9. RGB value is (239,237,185). Sum of RGB (Red+Green+Blue) = 239+237+185=661 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.16% from 661); Green value is 237 (92.97% from 255 or 35.85% from 661); Blue value is 185 (72.66% from 255 or 27.99% from 661); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEDB9 is #101246. Grayscale: #E7E7E7. Windows color (decimal): -1053255 or 12185071. OLE color: 12185071.

HSL color Cylindrical-coordinate representation of color #EFEDB9: hue angle of 57.78º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EFEDB9 is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB239237185-
CMYK00.010.230.06
HSL57.78º62.79%83.14%-
HSV(B)57.78º22.59%93.73%-
XYZ74.6482.4257.87-
YUV231.67101.66133.23-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.16%
GREEN value IS 237 (92.97% from 255) = 35.85%
BLUE value IS 185 (72.66% from 255) = 27.99%
R=36.16%
G=35.85%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923718500.010.230.0657.7862.7983.14
HexEFEDB9011763a3f53
Octal357355271012767277123
Binary11101111111011011011100101101111101110101111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEDB9; }

 p { color: rgb(239,237,185); }

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

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

 a { background-color: rgb(239,237,185); }

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

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

 span { border-color: rgb(239,237,185); }

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