#EFE4CD

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

Shades of Bleach White #EFE4CD

Tints of Bleach White #EFE4CD

Color information

#EFE4CD (or 0xEFE4CD) is unknown color: approx Bleach White. HEX triplet: EF, E4 and CD. RGB value is (239,228,205). Sum of RGB (Red+Green+Blue) = 239+228+205=672 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.57% from 672); Green value is 228 (89.45% from 255 or 33.93% from 672); Blue value is 205 (80.47% from 255 or 30.51% from 672); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE4CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE4CD is #101B32. Grayscale: #E4E4E4. Windows color (decimal): -1055539 or 13493487. OLE color: 13493487.

HSL color Cylindrical-coordinate representation of color #EFE4CD: hue angle of 40.59º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EFE4CD is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB239228205-
CMYK00.050.140.06
HSL40.59º51.52%87.06%-
HSV(B)40.59º14.23%93.73%-
XYZ74.3678.2568.94-
YUV228.67114.64135.37-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.57%
GREEN value IS 228 (89.45% from 255) = 33.93%
BLUE value IS 205 (80.47% from 255) = 30.51%
R=35.57%
G=33.93%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922820500.050.140.0640.5951.5287.06
HexEFE4CD05E6293457
Octal357344315051665164127
Binary111011111110010011001101010111101101010011101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE4CD; }

 p { color: rgb(239,228,205); }

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

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

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

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

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

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

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