Html Css Color HEX #EFE0B4 Dutch White

📋 copy color: '#EFE0B4'

red 239 ◦ green 224 ◦ blue 180

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

Shades of Dutch White #EFE0B4

Tints of Dutch White #EFE0B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 27.99%

R = 37.17%
G = 34.84%
B = 27.99%

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

#EFE0B4 (or 0xEFE0B4) is known color: Dutch White. HEX triplet: EF, E0 and B4. RGB value is (239,224,180). Sum of RGB (Red+Green+Blue) = 239+224+180=643 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.17% from 643); Green value is 224 (87.89% from 255 or 34.84% from 643); Blue value is 180 (70.70% from 255 or 27.99% from 643); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE0B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE0B4 is #101F4B. Grayscale: #DFDFDF. Windows color (decimal): -1056588 or 11854063. OLE color: 11854063.

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

Color convert

RGB 239 224 180 -
CMYK 0 0.06 0.25 0.06
HSL 44.75º 0.65% 0.82% -
HSV(B) 44.75º 0.25% 0.94% -
XYZ 70.49 74.96 53.93 -
YUV 223.47 103.47 139.08 -
System Red Green Blue C M Y K H S L
Decimal 239 224 180 0 0.06 0.25 0.06 44.75 0.65 0.82
Hex EF E0 B4 0 6 19 6 2D 41 52
Octal 357 340 264 0 6 31 6 55 101 122
Binary 11101111 11100000 10110100 0 110 11001 110 101101 1000001 1010010

Color Harmonies of #EFE0B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE0B4

Black with #EFE0B4

Text Example


Text Example

White with #EFE0B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE0B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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