Html Css Color HEX #EDE0B9 Dutch White

📋 copy color: '#EDE0B9'

red 237 ◦ green 224 ◦ blue 185

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

Shades of Dutch White #EDE0B9

Tints of Dutch White #EDE0B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 28.64%

R = 36.69%
G = 34.67%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EDE0B9 (or 0xEDE0B9) is known color: Dutch White. HEX triplet: ED, E0 and B9. RGB value is (237,224,185). Sum of RGB (Red+Green+Blue) = 237+224+185=646 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.69% from 646); Green value is 224 (87.89% from 255 or 34.67% from 646); Blue value is 185 (72.66% from 255 or 28.64% from 646); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE0B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE0B9 is #121F46. Grayscale: #DFDFDF. Windows color (decimal): -1187655 or 12181741. OLE color: 12181741.

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

Color convert

RGB 237 224 185 -
CMYK 0 0.05 0.22 0.07
HSL 45º 0.59% 0.83% -
HSV(B) 45º 0.22% 0.93% -
XYZ 70.34 74.82 56.63 -
YUV 223.44 106.31 137.67 -
System Red Green Blue C M Y K H S L
Decimal 237 224 185 0 0.05 0.22 0.07 45 0.59 0.83
Hex ED E0 B9 0 5 16 7 2D 3B 53
Octal 355 340 271 0 5 26 7 55 73 123
Binary 11101101 11100000 10111001 0 101 10110 111 101101 111011 1010011

Color Harmonies of #EDE0B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE0B9

Black with #EDE0B9

Text Example


Text Example

White with #EDE0B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE0B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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