Html Css Color HEX #EFE0B3 Dutch White

📋 copy color: '#EFE0B3'

red 239 ◦ green 224 ◦ blue 179

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

Shades of Dutch White #EFE0B3

Tints of Dutch White #EFE0B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 27.88%

R = 37.23%
G = 34.89%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#EFE0B3 (or 0xEFE0B3) is known color: Dutch White. HEX triplet: EF, E0 and B3. RGB value is (239,224,179). Sum of RGB (Red+Green+Blue) = 239+224+179=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 224 (87.89% from 255 or 34.89% from 642); Blue value is 179 (70.31% from 255 or 27.88% from 642); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE0B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE0B3 is #101F4C. Grayscale: #DFDFDF. Windows color (decimal): -1056589 or 11788527. OLE color: 11788527.

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

Color convert

RGB 239 224 179 -
CMYK 0 0.06 0.25 0.06
HSL 45º 0.65% 0.82% -
HSV(B) 45º 0.25% 0.94% -
XYZ 70.39 74.92 53.4 -
YUV 223.36 102.97 139.16 -
System Red Green Blue C M Y K H S L
Decimal 239 224 179 0 0.06 0.25 0.06 45 0.65 0.82
Hex EF E0 B3 0 6 19 6 2D 41 52
Octal 357 340 263 0 6 31 6 55 101 122
Binary 11101111 11100000 10110011 0 110 11001 110 101101 1000001 1010010

Color Harmonies of #EFE0B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE0B3

Black with #EFE0B3

Text Example


Text Example

White with #EFE0B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE0B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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