#EFEBBD

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

Shades of Cumulus #EFEBBD

Tints of Cumulus #EFEBBD

Color information

#EFEBBD (or 0xEFEBBD) is unknown color: approx Cumulus. HEX triplet: EF, EB and BD. RGB value is (239,235,189). Sum of RGB (Red+Green+Blue) = 239+235+189=663 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.05% from 663); Green value is 235 (92.19% from 255 or 35.44% from 663); Blue value is 189 (74.22% from 255 or 28.51% from 663); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEBBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEBBD is #101442. Grayscale: #E7E7E7. Windows color (decimal): -1053763 or 12446703. OLE color: 12446703.

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

Color convert

RGB239235189-
CMYK00.020.210.06
HSL55.2º60.98%83.92%-
HSV(B)55.2º20.92%93.73%-
XYZ74.4981.4459.94-
YUV230.95104.33133.74-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.05%
GREEN value IS 235 (92.19% from 255) = 35.44%
BLUE value IS 189 (74.22% from 255) = 28.51%
R=36.05%
G=35.44%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923518900.020.210.0655.260.9883.92
HexEFEBBD02156373d54
Octal357353275022566775124
Binary111011111110101110111101010101011101101111111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEBBD; }

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

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

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

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

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

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

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

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