Html Css Color HEX #EFDCB9 Dutch White

📋 copy color: '#EFDCB9'

red 239 ◦ green 220 ◦ blue 185

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

Shades of Dutch White #EFDCB9

Tints of Dutch White #EFDCB9

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.16%

 BLUE value IS 185 (72.66% from 255) = 28.73%

R = 37.11%
G = 34.16%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#EFDCB9 (or 0xEFDCB9) is known color: Dutch White. HEX triplet: EF, DC and B9. RGB value is (239,220,185). Sum of RGB (Red+Green+Blue) = 239+220+185=644 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.11% from 644); Green value is 220 (86.33% from 255 or 34.16% from 644); Blue value is 185 (72.66% from 255 or 28.73% from 644); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDCB9 is #102346. Grayscale: #DDDDDD. Windows color (decimal): -1057607 or 12180719. OLE color: 12180719.

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

Color convert

RGB 239 220 185 -
CMYK 0 0.08 0.23 0.06
HSL 38.89º 0.63% 0.83% -
HSV(B) 38.89º 0.23% 0.94% -
XYZ 69.95 73.04 56.31 -
YUV 221.69 107.29 140.35 -
System Red Green Blue C M Y K H S L
Decimal 239 220 185 0 0.08 0.23 0.06 38.89 0.63 0.83
Hex EF DC B9 0 8 17 6 27 3F 53
Octal 357 334 271 0 10 27 6 47 77 123
Binary 11101111 11011100 10111001 0 1000 10111 110 100111 111111 1010011

Color Harmonies of #EFDCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDCB9

Black with #EFDCB9

Text Example


Text Example

White with #EFDCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDCB9; }

 p { color: rgb(239,220,185); }

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

background-color css

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

 a { background-color: rgb(239,220,185); }

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

border-color css

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

 span { border-color: rgb(239,220,185); }

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