Html Css Color HEX #EFDEB5 Dutch White

📋 copy color: '#EFDEB5'

red 239 ◦ green 222 ◦ blue 181

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

Shades of Dutch White #EFDEB5

Tints of Dutch White #EFDEB5

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.58%

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

R = 37.23%
G = 34.58%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.24

 K value IS 0.06

RGB Variations

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

Color information

#EFDEB5 (or 0xEFDEB5) is known color: Dutch White. HEX triplet: EF, DE and B5. RGB value is (239,222,181). Sum of RGB (Red+Green+Blue) = 239+222+181=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 222 (87.11% from 255 or 34.58% from 642); Blue value is 181 (71.09% from 255 or 28.19% from 642); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDEB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDEB5 is #10214A. Grayscale: #DEDEDE. Windows color (decimal): -1057099 or 11919087. OLE color: 11919087.

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

Color convert

RGB 239 222 181 -
CMYK 0 0.07 0.24 0.06
HSL 42.41º 0.64% 0.82% -
HSV(B) 42.41º 0.24% 0.94% -
XYZ 70.06 73.93 54.29 -
YUV 222.41 104.63 139.83 -
System Red Green Blue C M Y K H S L
Decimal 239 222 181 0 0.07 0.24 0.06 42.41 0.64 0.82
Hex EF DE B5 0 7 18 6 2A 40 52
Octal 357 336 265 0 7 30 6 52 100 122
Binary 11101111 11011110 10110101 0 111 11000 110 101010 1000000 1010010

Color Harmonies of #EFDEB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDEB5

Black with #EFDEB5

Text Example


Text Example

White with #EFDEB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDEB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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