Html Css Color HEX #EFE1B5 Dutch White

📋 copy color: '#EFE1B5'

red 239 ◦ green 225 ◦ blue 181

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

Shades of Dutch White #EFE1B5

Tints of Dutch White #EFE1B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 28.06%

R = 37.05%
G = 34.88%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.24

 K value IS 0.06

RGB Variations

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

Color information

#EFE1B5 (or 0xEFE1B5) is known color: Dutch White. HEX triplet: EF, E1 and B5. RGB value is (239,225,181). Sum of RGB (Red+Green+Blue) = 239+225+181=645 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.05% from 645); Green value is 225 (88.28% from 255 or 34.88% from 645); Blue value is 181 (71.09% from 255 or 28.06% from 645); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE1B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE1B5 is #101E4A. Grayscale: #E0E0E0. Windows color (decimal): -1056331 or 11919855. OLE color: 11919855.

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

Color convert

RGB 239 225 181 -
CMYK 0 0.06 0.24 0.06
HSL 45.52º 0.64% 0.82% -
HSV(B) 45.52º 0.24% 0.94% -
XYZ 70.86 75.54 54.56 -
YUV 224.17 103.64 138.58 -
System Red Green Blue C M Y K H S L
Decimal 239 225 181 0 0.06 0.24 0.06 45.52 0.64 0.82
Hex EF E1 B5 0 6 18 6 2E 40 52
Octal 357 341 265 0 6 30 6 56 100 122
Binary 11101111 11100001 10110101 0 110 11000 110 101110 1000000 1010010

Color Harmonies of #EFE1B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE1B5

Black with #EFE1B5

Text Example


Text Example

White with #EFE1B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE1B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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