Html Css Color HEX #EFE1BC Dutch White

📋 copy color: '#EFE1BC'

red 239 ◦ green 225 ◦ blue 188

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

Shades of Dutch White #EFE1BC

Tints of Dutch White #EFE1BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 28.83%

R = 36.66%
G = 34.51%
B = 28.83%

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

#EFE1BC (or 0xEFE1BC) is known color: Dutch White. HEX triplet: EF, E1 and BC. RGB value is (239,225,188). Sum of RGB (Red+Green+Blue) = 239+225+188=652 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.66% from 652); Green value is 225 (88.28% from 255 or 34.51% from 652); Blue value is 188 (73.83% from 255 or 28.83% from 652); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE1BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE1BC is #101E43. Grayscale: #E1E1E1. Windows color (decimal): -1056324 or 12378607. OLE color: 12378607.

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

Color convert

RGB 239 225 188 -
CMYK 0 0.06 0.21 0.06
HSL 43.53º 0.61% 0.84% -
HSV(B) 43.53º 0.21% 0.94% -
XYZ 71.6 75.83 58.44 -
YUV 224.97 107.14 138.01 -
System Red Green Blue C M Y K H S L
Decimal 239 225 188 0 0.06 0.21 0.06 43.53 0.61 0.84
Hex EF E1 BC 0 6 15 6 2C 3D 54
Octal 357 341 274 0 6 25 6 54 75 124
Binary 11101111 11100001 10111100 0 110 10101 110 101100 111101 1010100

Color Harmonies of #EFE1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE1BC

Black with #EFE1BC

Text Example


Text Example

White with #EFE1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE1BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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