Html Css Color HEX #EFE0BE Dutch White

📋 copy color: '#EFE0BE'

red 239 ◦ green 224 ◦ blue 190

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

Shades of Dutch White #EFE0BE

Tints of Dutch White #EFE0BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 29.1%

R = 36.6%
G = 34.3%
B = 29.1%

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

#EFE0BE (or 0xEFE0BE) is known color: Dutch White. HEX triplet: EF, E0 and BE. RGB value is (239,224,190). Sum of RGB (Red+Green+Blue) = 239+224+190=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 224 (87.89% from 255 or 34.30% from 653); Blue value is 190 (74.61% from 255 or 29.10% from 653); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE0BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE0BE is #101F41. Grayscale: #E0E0E0. Windows color (decimal): -1056578 or 12509423. OLE color: 12509423.

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

Color convert

RGB 239 224 190 -
CMYK 0 0.06 0.21 0.06
HSL 41.63º 0.6% 0.84% -
HSV(B) 41.63º 0.21% 0.94% -
XYZ 71.55 75.38 59.49 -
YUV 224.61 108.47 138.26 -
System Red Green Blue C M Y K H S L
Decimal 239 224 190 0 0.06 0.21 0.06 41.63 0.6 0.84
Hex EF E0 BE 0 6 15 6 2A 3C 54
Octal 357 340 276 0 6 25 6 52 74 124
Binary 11101111 11100000 10111110 0 110 10101 110 101010 111100 1010100

Color Harmonies of #EFE0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE0BE

Black with #EFE0BE

Text Example


Text Example

White with #EFE0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE0BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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