#EFEDBA

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

Shades of Cumulus #EFEDBA

Tints of Cumulus #EFEDBA

Color information

#EFEDBA (or 0xEFEDBA) is unknown color: approx Cumulus. HEX triplet: EF, ED and BA. RGB value is (239,237,186). Sum of RGB (Red+Green+Blue) = 239+237+186=662 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.10% from 662); Green value is 237 (92.97% from 255 or 35.80% from 662); Blue value is 186 (73.05% from 255 or 28.10% from 662); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEDBA is #101245. Grayscale: #E7E7E7. Windows color (decimal): -1053254 or 12250607. OLE color: 12250607.

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

Color convert

RGB239237186-
CMYK00.010.220.06
HSL57.74º62.35%83.33%-
HSV(B)57.74º22.18%93.73%-
XYZ74.7482.4658.43-
YUV231.78102.16133.15-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.10%
GREEN value IS 237 (92.97% from 255) = 35.80%
BLUE value IS 186 (73.05% from 255) = 28.10%
R=36.10%
G=35.80%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923718600.010.220.0657.7462.3583.33
HexEFEDBA011663a3e53
Octal357355272012667276123
Binary11101111111011011011101001101101101110101111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEDBA; }

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

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

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

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

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

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

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

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