Html Css Color HEX #EFE2B7 Dutch White

📋 copy color: '#EFE2B7'

red 239 ◦ green 226 ◦ blue 183

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

Shades of Dutch White #EFE2B7

Tints of Dutch White #EFE2B7

RGB

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

 GREEN value IS 226 (88.67% from 255) = 34.88%

 BLUE value IS 183 (71.88% from 255) = 28.24%

R = 36.88%
G = 34.88%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#EFE2B7 (or 0xEFE2B7) is known color: Dutch White. HEX triplet: EF, E2 and B7. RGB value is (239,226,183). Sum of RGB (Red+Green+Blue) = 239+226+183=648 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.88% from 648); Green value is 226 (88.67% from 255 or 34.88% from 648); Blue value is 183 (71.88% from 255 or 28.24% from 648); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE2B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE2B7 is #101D48. Grayscale: #E1E1E1. Windows color (decimal): -1056073 or 12051183. OLE color: 12051183.

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

Color convert

RGB 239 226 183 -
CMYK 0 0.05 0.23 0.06
HSL 46.07º 0.64% 0.83% -
HSV(B) 46.07º 0.23% 0.94% -
XYZ 71.34 76.16 55.74 -
YUV 224.99 104.31 138 -
System Red Green Blue C M Y K H S L
Decimal 239 226 183 0 0.05 0.23 0.06 46.07 0.64 0.83
Hex EF E2 B7 0 5 17 6 2E 40 53
Octal 357 342 267 0 5 27 6 56 100 123
Binary 11101111 11100010 10110111 0 101 10111 110 101110 1000000 1010011

Color Harmonies of #EFE2B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE2B7

Black with #EFE2B7

Text Example


Text Example

White with #EFE2B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE2B7; }

 p { color: rgb(239,226,183); }

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

background-color css

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

 a { background-color: rgb(239,226,183); }

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

border-color css

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

 span { border-color: rgb(239,226,183); }

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