Html Css Color HEX #EFE0BD Dutch White

📋 copy color: '#EFE0BD'

red 239 ◦ green 224 ◦ blue 189

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

Shades of Dutch White #EFE0BD

Tints of Dutch White #EFE0BD

RGB

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

 GREEN value IS 224 (87.89% from 255) = 34.36%

 BLUE value IS 189 (74.22% from 255) = 28.99%

R = 36.66%
G = 34.36%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EFE0BD (or 0xEFE0BD) is known color: Dutch White. HEX triplet: EF, E0 and BD. RGB value is (239,224,189). Sum of RGB (Red+Green+Blue) = 239+224+189=652 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.66% from 652); Green value is 224 (87.89% from 255 or 34.36% from 652); Blue value is 189 (74.22% from 255 or 28.99% from 652); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE0BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE0BD is #101F42. Grayscale: #E0E0E0. Windows color (decimal): -1056579 or 12443887. OLE color: 12443887.

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

Color convert

RGB 239 224 189 -
CMYK 0 0.06 0.21 0.06
HSL 42º 0.61% 0.84% -
HSV(B) 42º 0.21% 0.94% -
XYZ 71.44 75.34 58.92 -
YUV 224.5 107.97 138.35 -
System Red Green Blue C M Y K H S L
Decimal 239 224 189 0 0.06 0.21 0.06 42 0.61 0.84
Hex EF E0 BD 0 6 15 6 2A 3D 54
Octal 357 340 275 0 6 25 6 52 75 124
Binary 11101111 11100000 10111101 0 110 10101 110 101010 111101 1010100

Color Harmonies of #EFE0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE0BD

Black with #EFE0BD

Text Example


Text Example

White with #EFE0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE0BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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