Html Css Color HEX #EFE0BA Dutch White

📋 copy color: '#EFE0BA'

red 239 ◦ green 224 ◦ blue 186

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

Shades of Dutch White #EFE0BA

Tints of Dutch White #EFE0BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 28.66%

R = 36.83%
G = 34.51%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EFE0BA (or 0xEFE0BA) is known color: Dutch White. HEX triplet: EF, E0 and BA. RGB value is (239,224,186). Sum of RGB (Red+Green+Blue) = 239+224+186=649 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.83% from 649); Green value is 224 (87.89% from 255 or 34.51% from 649); Blue value is 186 (73.05% from 255 or 28.66% from 649); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE0BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE0BA is #101F45. Grayscale: #E0E0E0. Windows color (decimal): -1056582 or 12247279. OLE color: 12247279.

HSL color Cylindrical-coordinate representation of color #EFE0BA: hue angle of 43.02º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFE0BA is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 224 186 -
CMYK 0 0.06 0.22 0.06
HSL 43.02º 0.62% 0.83% -
HSV(B) 43.02º 0.22% 0.94% -
XYZ 71.12 75.21 57.22 -
YUV 224.15 106.47 138.59 -
System Red Green Blue C M Y K H S L
Decimal 239 224 186 0 0.06 0.22 0.06 43.02 0.62 0.83
Hex EF E0 BA 0 6 16 6 2B 3E 53
Octal 357 340 272 0 6 26 6 53 76 123
Binary 11101111 11100000 10111010 0 110 10110 110 101011 111110 1010011

Color Harmonies of #EFE0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE0BA

Black with #EFE0BA

Text Example


Text Example

White with #EFE0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE0BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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