#EFE0C0

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

Shades of Dutch White #EFE0C0

Tints of Dutch White #EFE0C0

Color information

#EFE0C0 (or 0xEFE0C0) is unknown color: approx Dutch White. HEX triplet: EF, E0 and C0. RGB value is (239,224,192). Sum of RGB (Red+Green+Blue) = 239+224+192=655 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.49% from 655); Green value is 224 (87.89% from 255 or 34.20% from 655); Blue value is 192 (75.39% from 255 or 29.31% from 655); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE0C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE0C0 is #101F3F. Grayscale: #E0E0E0. Windows color (decimal): -1056576 or 12640495. OLE color: 12640495.

HSL color Cylindrical-coordinate representation of color #EFE0C0: hue angle of 40.85º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFE0C0 is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB239224192-
CMYK00.060.200.06
HSL40.85º59.49%84.51%-
HSV(B)40.85º19.67%93.73%-
XYZ71.7775.4760.65-
YUV224.84109.47138.1-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.49%
GREEN value IS 224 (87.89% from 255) = 34.20%
BLUE value IS 192 (75.39% from 255) = 29.31%
R=36.49%
G=34.20%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922419200.060.200.0640.8559.4984.51
HexEFE0C006146293b55
Octal357340300062465173125
Binary1110111111100000110000000110101001101010011110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE0C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE0C0; }

 p { color: rgb(239,224,192); }

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

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

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

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

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

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

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