Html Css Color HEX #EFDFBD Dutch White

📋 copy color: '#EFDFBD'

red 239 ◦ green 223 ◦ blue 189

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

Shades of Dutch White #EFDFBD

Tints of Dutch White #EFDFBD

RGB

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

 GREEN value IS 223 (87.5% from 255) = 34.25%

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

R = 36.71%
G = 34.25%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EFDFBD (or 0xEFDFBD) is known color: Dutch White. HEX triplet: EF, DF and BD. RGB value is (239,223,189). Sum of RGB (Red+Green+Blue) = 239+223+189=651 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.71% from 651); Green value is 223 (87.5% from 255 or 34.25% from 651); Blue value is 189 (74.22% from 255 or 29.03% from 651); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDFBD is #102042. Grayscale: #E0E0E0. Windows color (decimal): -1056835 or 12443631. OLE color: 12443631.

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

Color convert

RGB 239 223 189 -
CMYK 0 0.07 0.21 0.06
HSL 40.8º 0.61% 0.84% -
HSV(B) 40.8º 0.21% 0.94% -
XYZ 71.17 74.8 58.83 -
YUV 223.91 108.3 138.76 -
System Red Green Blue C M Y K H S L
Decimal 239 223 189 0 0.07 0.21 0.06 40.8 0.61 0.84
Hex EF DF BD 0 7 15 6 29 3D 54
Octal 357 337 275 0 7 25 6 51 75 124
Binary 11101111 11011111 10111101 0 111 10101 110 101001 111101 1010100

Color Harmonies of #EFDFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDFBD

Black with #EFDFBD

Text Example


Text Example

White with #EFDFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDFBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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