Html Css Color HEX #EFE1B7 Dutch White

📋 copy color: '#EFE1B7'

red 239 ◦ green 225 ◦ blue 183

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

Shades of Dutch White #EFE1B7

Tints of Dutch White #EFE1B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 28.28%

R = 36.94%
G = 34.78%
B = 28.28%

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

#EFE1B7 (or 0xEFE1B7) is known color: Dutch White. HEX triplet: EF, E1 and B7. RGB value is (239,225,183). Sum of RGB (Red+Green+Blue) = 239+225+183=647 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.94% from 647); Green value is 225 (88.28% from 255 or 34.78% from 647); Blue value is 183 (71.88% from 255 or 28.28% from 647); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE1B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE1B7 is #101E48. Grayscale: #E0E0E0. Windows color (decimal): -1056329 or 12050927. OLE color: 12050927.

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

Color convert

RGB 239 225 183 -
CMYK 0 0.06 0.23 0.06
HSL 45º 0.64% 0.83% -
HSV(B) 45º 0.23% 0.94% -
XYZ 71.07 75.62 55.65 -
YUV 224.4 104.64 138.42 -
System Red Green Blue C M Y K H S L
Decimal 239 225 183 0 0.06 0.23 0.06 45 0.64 0.83
Hex EF E1 B7 0 6 17 6 2D 40 53
Octal 357 341 267 0 6 27 6 55 100 123
Binary 11101111 11100001 10110111 0 110 10111 110 101101 1000000 1010011

Color Harmonies of #EFE1B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE1B7

Black with #EFE1B7

Text Example


Text Example

White with #EFE1B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE1B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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