Html Css Color HEX #EDE0BB Dutch White

📋 copy color: '#EDE0BB'

red 237 ◦ green 224 ◦ blue 187

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

Shades of Dutch White #EDE0BB

Tints of Dutch White #EDE0BB

RGB

 RED value IS 237 (92.97% from 255) = 36.57%

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

 BLUE value IS 187 (73.44% from 255) = 28.86%

R = 36.57%
G = 34.57%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EDE0BB (or 0xEDE0BB) is known color: Dutch White. HEX triplet: ED, E0 and BB. RGB value is (237,224,187). Sum of RGB (Red+Green+Blue) = 237+224+187=648 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.57% from 648); Green value is 224 (87.89% from 255 or 34.57% from 648); Blue value is 187 (73.44% from 255 or 28.86% from 648); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE0BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE0BB is #121F44. Grayscale: #DFDFDF. Windows color (decimal): -1187653 or 12312813. OLE color: 12312813.

HSL color Cylindrical-coordinate representation of color #EDE0BB: hue angle of 44.4º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDE0BB is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 224 187 -
CMYK 0 0.05 0.21 0.07
HSL 44.4º 0.58% 0.83% -
HSV(B) 44.4º 0.21% 0.93% -
XYZ 70.55 74.9 57.75 -
YUV 223.67 107.31 137.51 -
System Red Green Blue C M Y K H S L
Decimal 237 224 187 0 0.05 0.21 0.07 44.4 0.58 0.83
Hex ED E0 BB 0 5 15 7 2C 3A 53
Octal 355 340 273 0 5 25 7 54 72 123
Binary 11101101 11100000 10111011 0 101 10101 111 101100 111010 1010011

Color Harmonies of #EDE0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE0BB

Black with #EDE0BB

Text Example


Text Example

White with #EDE0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE0BB; }

 p { color: rgb(237,224,187); }

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

background-color css

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

 a { background-color: rgb(237,224,187); }

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

border-color css

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

 span { border-color: rgb(237,224,187); }

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