#EFEDBD

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

Shades of Cumulus #EFEDBD

Tints of Cumulus #EFEDBD

Color information

#EFEDBD (or 0xEFEDBD) is unknown color: approx Cumulus. HEX triplet: EF, ED and BD. RGB value is (239,237,189). Sum of RGB (Red+Green+Blue) = 239+237+189=665 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.94% from 665); Green value is 237 (92.97% from 255 or 35.64% from 665); Blue value is 189 (74.22% from 255 or 28.42% from 665); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEDBD is #101242. Grayscale: #E8E8E8. Windows color (decimal): -1053251 or 12447215. OLE color: 12447215.

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

Color convert

RGB239237189-
CMYK00.010.210.06
HSL57.6º60.98%83.92%-
HSV(B)57.6º20.92%93.73%-
XYZ75.0782.5960.13-
YUV232.13103.66132.9-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.94%
GREEN value IS 237 (92.97% from 255) = 35.64%
BLUE value IS 189 (74.22% from 255) = 28.42%
R=35.94%
G=35.64%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923718900.010.210.0657.660.9883.92
HexEFEDBD011563a3d54
Octal357355275012567275124
Binary11101111111011011011110101101011101110101111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEDBD; }

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

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

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

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

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

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

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

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