Html Css Color HEX #EFE1BD Dutch White

📋 copy color: '#EFE1BD'

red 239 ◦ green 225 ◦ blue 189

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

Shades of Dutch White #EFE1BD

Tints of Dutch White #EFE1BD

RGB

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

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

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

R = 36.6%
G = 34.46%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EFE1BD (or 0xEFE1BD) is known color: Dutch White. HEX triplet: EF, E1 and BD. RGB value is (239,225,189). Sum of RGB (Red+Green+Blue) = 239+225+189=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 225 (88.28% from 255 or 34.46% from 653); Blue value is 189 (74.22% from 255 or 28.94% from 653); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE1BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE1BD is #101E42. Grayscale: #E1E1E1. Windows color (decimal): -1056323 or 12444143. OLE color: 12444143.

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

Color convert

RGB 239 225 189 -
CMYK 0 0.06 0.21 0.06
HSL 43.2º 0.61% 0.84% -
HSV(B) 43.2º 0.21% 0.94% -
XYZ 71.71 75.88 59.01 -
YUV 225.08 107.64 137.93 -
System Red Green Blue C M Y K H S L
Decimal 239 225 189 0 0.06 0.21 0.06 43.2 0.61 0.84
Hex EF E1 BD 0 6 15 6 2B 3D 54
Octal 357 341 275 0 6 25 6 53 75 124
Binary 11101111 11100001 10111101 0 110 10101 110 101011 111101 1010100

Color Harmonies of #EFE1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE1BD

Black with #EFE1BD

Text Example


Text Example

White with #EFE1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE1BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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