Html Css Color HEX #EFE1C0 Dutch White

📋 copy color: '#EFE1C0'

red 239 ◦ green 225 ◦ blue 192

#EFE1C0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dutch White #EFE1C0

Tints of Dutch White #EFE1C0

RGB

 RED value IS 239 (93.75% from 255) = 36.43%

 GREEN value IS 225 (88.28% from 255) = 34.3%

 BLUE value IS 192 (75.39% from 255) = 29.27%

R = 36.43%
G = 34.3%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#EFE1C0 (or 0xEFE1C0) is known color: Dutch White. HEX triplet: EF, E1 and C0. RGB value is (239,225,192). Sum of RGB (Red+Green+Blue) = 239+225+192=656 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.43% from 656); Green value is 225 (88.28% from 255 or 34.30% from 656); Blue value is 192 (75.39% from 255 or 29.27% from 656); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE1C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE1C0 is #101E3F. Grayscale: #E1E1E1. Windows color (decimal): -1056320 or 12640751. OLE color: 12640751.

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

Color convert

RGB 239 225 192 -
CMYK 0 0.06 0.20 0.06
HSL 42.13º 0.59% 0.85% -
HSV(B) 42.13º 0.2% 0.94% -
XYZ 72.04 76.01 60.74 -
YUV 225.42 109.14 137.68 -
System Red Green Blue C M Y K H S L
Decimal 239 225 192 0 0.06 0.20 0.06 42.13 0.59 0.85
Hex EF E1 C0 0 6 14 6 2A 3B 55
Octal 357 341 300 0 6 24 6 52 73 125
Binary 11101111 11100001 11000000 0 110 10100 110 101010 111011 1010101

Color Harmonies of #EFE1C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE1C0

Black with #EFE1C0

Text Example


Text Example

White with #EFE1C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE1C0; }

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

 H1.HeaderClassName
 {
   color: #EFE1C0;
 }
 .AnyTagClassName
 {
   color: #EFE1C0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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