Html Css Color HEX #EFE0BC Dutch White

📋 copy color: '#EFE0BC'

red 239 ◦ green 224 ◦ blue 188

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

Shades of Dutch White #EFE0BC

Tints of Dutch White #EFE0BC

RGB

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

 GREEN value IS 224 (87.89% from 255) = 34.41%

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

R = 36.71%
G = 34.41%
B = 28.88%

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

#EFE0BC (or 0xEFE0BC) is known color: Dutch White. HEX triplet: EF, E0 and BC. RGB value is (239,224,188). Sum of RGB (Red+Green+Blue) = 239+224+188=651 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.71% from 651); Green value is 224 (87.89% from 255 or 34.41% from 651); Blue value is 188 (73.83% from 255 or 28.88% from 651); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE0BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE0BC is #101F43. Grayscale: #E0E0E0. Windows color (decimal): -1056580 or 12378351. OLE color: 12378351.

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

Color convert

RGB 239 224 188 -
CMYK 0 0.06 0.21 0.06
HSL 42.35º 0.61% 0.84% -
HSV(B) 42.35º 0.21% 0.94% -
XYZ 71.33 75.29 58.35 -
YUV 224.38 107.47 138.43 -
System Red Green Blue C M Y K H S L
Decimal 239 224 188 0 0.06 0.21 0.06 42.35 0.61 0.84
Hex EF E0 BC 0 6 15 6 2A 3D 54
Octal 357 340 274 0 6 25 6 52 75 124
Binary 11101111 11100000 10111100 0 110 10101 110 101010 111101 1010100

Color Harmonies of #EFE0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE0BC

Black with #EFE0BC

Text Example


Text Example

White with #EFE0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE0BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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