Html Css Color HEX #EFDFBA Dutch White

📋 copy color: '#EFDFBA'

red 239 ◦ green 223 ◦ blue 186

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

Shades of Dutch White #EFDFBA

Tints of Dutch White #EFDFBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 28.7%

R = 36.88%
G = 34.41%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EFDFBA (or 0xEFDFBA) is known color: Dutch White. HEX triplet: EF, DF and BA. RGB value is (239,223,186). Sum of RGB (Red+Green+Blue) = 239+223+186=648 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.88% from 648); Green value is 223 (87.5% from 255 or 34.41% from 648); Blue value is 186 (73.05% from 255 or 28.70% from 648); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDFBA is #102045. Grayscale: #DFDFDF. Windows color (decimal): -1056838 or 12247023. OLE color: 12247023.

HSL color Cylindrical-coordinate representation of color #EFDFBA: hue angle of 41.89º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFDFBA is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 223 186 -
CMYK 0 0.07 0.22 0.06
HSL 41.89º 0.62% 0.83% -
HSV(B) 41.89º 0.22% 0.94% -
XYZ 70.85 74.67 57.13 -
YUV 223.57 106.8 139.01 -
System Red Green Blue C M Y K H S L
Decimal 239 223 186 0 0.07 0.22 0.06 41.89 0.62 0.83
Hex EF DF BA 0 7 16 6 2A 3E 53
Octal 357 337 272 0 7 26 6 52 76 123
Binary 11101111 11011111 10111010 0 111 10110 110 101010 111110 1010011

Color Harmonies of #EFDFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDFBA

Black with #EFDFBA

Text Example


Text Example

White with #EFDFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDFBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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