Html Css Color HEX #EFDFBF Dutch White

📋 copy color: '#EFDFBF'

red 239 ◦ green 223 ◦ blue 191

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

Shades of Dutch White #EFDFBF

Tints of Dutch White #EFDFBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 29.25%

R = 36.6%
G = 34.15%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#EFDFBF (or 0xEFDFBF) is known color: Dutch White. HEX triplet: EF, DF and BF. RGB value is (239,223,191). Sum of RGB (Red+Green+Blue) = 239+223+191=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 223 (87.5% from 255 or 34.15% from 653); Blue value is 191 (75% from 255 or 29.25% from 653); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDFBF is #102040. Grayscale: #E0E0E0. Windows color (decimal): -1056833 or 12574703. OLE color: 12574703.

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

Color convert

RGB 239 223 191 -
CMYK 0 0.07 0.20 0.06
HSL 40º 0.6% 0.84% -
HSV(B) 40º 0.2% 0.94% -
XYZ 71.39 74.89 59.98 -
YUV 224.14 109.3 138.6 -
System Red Green Blue C M Y K H S L
Decimal 239 223 191 0 0.07 0.20 0.06 40 0.6 0.84
Hex EF DF BF 0 7 14 6 28 3C 54
Octal 357 337 277 0 7 24 6 50 74 124
Binary 11101111 11011111 10111111 0 111 10100 110 101000 111100 1010100

Color Harmonies of #EFDFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDFBF

Black with #EFDFBF

Text Example


Text Example

White with #EFDFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDFBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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