#EFEFBD

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

Shades of Cumulus #EFEFBD

Tints of Cumulus #EFEFBD

Color information

#EFEFBD (or 0xEFEFBD) is unknown color: approx Cumulus. HEX triplet: EF, EF and BD. RGB value is (239,239,189). Sum of RGB (Red+Green+Blue) = 239+239+189=667 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.83% from 667); Green value is 239 (93.75% from 255 or 35.83% from 667); Blue value is 189 (74.22% from 255 or 28.34% from 667); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEFBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEFBD is #101042. Grayscale: #E9E9E9. Windows color (decimal): -1052739 or 12447727. OLE color: 12447727.

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

Color convert

RGB239239189-
CMYK000.210.06
HSL60º60.98%83.92%-
HSV(B)60º20.92%93.73%-
XYZ75.6583.7660.32-
YUV233.3103132.07-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.83%
GREEN value IS 239 (93.75% from 255) = 35.83%
BLUE value IS 189 (74.22% from 255) = 28.34%
R=35.83%
G=35.83%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239239189000.210.066060.9883.92
HexEFEFBD001563c3d54
Octal357357275002567475124
Binary11101111111011111011110100101011101111001111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEFBD; }

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

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

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

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

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

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

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

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