Html Css Color HEX #EFE1B9 Dutch White

📋 copy color: '#EFE1B9'

red 239 ◦ green 225 ◦ blue 185

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

Shades of Dutch White #EFE1B9

Tints of Dutch White #EFE1B9

RGB

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

 GREEN value IS 225 (88.28% from 255) = 34.67%

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

R = 36.83%
G = 34.67%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#EFE1B9 (or 0xEFE1B9) is known color: Dutch White. HEX triplet: EF, E1 and B9. RGB value is (239,225,185). Sum of RGB (Red+Green+Blue) = 239+225+185=649 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.83% from 649); Green value is 225 (88.28% from 255 or 34.67% from 649); Blue value is 185 (72.66% from 255 or 28.51% from 649); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE1B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE1B9 is #101E46. Grayscale: #E0E0E0. Windows color (decimal): -1056327 or 12181999. OLE color: 12181999.

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

Color convert

RGB 239 225 185 -
CMYK 0 0.06 0.23 0.06
HSL 44.44º 0.63% 0.83% -
HSV(B) 44.44º 0.23% 0.94% -
XYZ 71.28 75.7 56.75 -
YUV 224.63 105.64 138.25 -
System Red Green Blue C M Y K H S L
Decimal 239 225 185 0 0.06 0.23 0.06 44.44 0.63 0.83
Hex EF E1 B9 0 6 17 6 2C 3F 53
Octal 357 341 271 0 6 27 6 54 77 123
Binary 11101111 11100001 10111001 0 110 10111 110 101100 111111 1010011

Color Harmonies of #EFE1B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE1B9

Black with #EFE1B9

Text Example


Text Example

White with #EFE1B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE1B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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