#EFEDBC

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

Shades of Cumulus #EFEDBC

Tints of Cumulus #EFEDBC

Color information

#EFEDBC (or 0xEFEDBC) is unknown color: approx Cumulus. HEX triplet: EF, ED and BC. RGB value is (239,237,188). Sum of RGB (Red+Green+Blue) = 239+237+188=664 (87% of max value = 765). Red value is 239 (93.75% from 255 or 35.99% from 664); Green value is 237 (92.97% from 255 or 35.69% from 664); Blue value is 188 (73.83% from 255 or 28.31% from 664); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEDBC is #101243. Grayscale: #E8E8E8. Windows color (decimal): -1053252 or 12381679. OLE color: 12381679.

HSL color Cylindrical-coordinate representation of color #EFEDBC: hue angle of 57.65º 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 #EFEDBC is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB239237188-
CMYK00.010.210.06
HSL57.65º61.45%83.73%-
HSV(B)57.65º21.34%93.73%-
XYZ74.9682.5559.56-
YUV232.01103.16132.98-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.99%
GREEN value IS 237 (92.97% from 255) = 35.69%
BLUE value IS 188 (73.83% from 255) = 28.31%
R=35.99%
G=35.69%
B=28.31%

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
Decimal23923718800.010.210.0657.6561.4583.73
HexEFEDBC011563a3d54
Octal357355274012567275124
Binary11101111111011011011110001101011101110101111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEDBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEDBC; }

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

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

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

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

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

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

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

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