Html Css Color HEX #EDE0BE Dutch White

📋 copy color: '#EDE0BE'

red 237 ◦ green 224 ◦ blue 190

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

Shades of Dutch White #EDE0BE

Tints of Dutch White #EDE0BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 29.19%

R = 36.41%
G = 34.41%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EDE0BE (or 0xEDE0BE) is known color: Dutch White. HEX triplet: ED, E0 and BE. RGB value is (237,224,190). Sum of RGB (Red+Green+Blue) = 237+224+190=651 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.41% from 651); Green value is 224 (87.89% from 255 or 34.41% from 651); Blue value is 190 (74.61% from 255 or 29.19% from 651); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE0BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE0BE is #121F41. Grayscale: #E0E0E0. Windows color (decimal): -1187650 or 12509421. OLE color: 12509421.

HSL color Cylindrical-coordinate representation of color #EDE0BE: hue angle of 43.4º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDE0BE is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 224 190 -
CMYK 0 0.05 0.20 0.07
HSL 43.4º 0.57% 0.84% -
HSV(B) 43.4º 0.2% 0.93% -
XYZ 70.87 75.03 59.46 -
YUV 224.01 108.81 137.26 -
System Red Green Blue C M Y K H S L
Decimal 237 224 190 0 0.05 0.20 0.07 43.4 0.57 0.84
Hex ED E0 BE 0 5 14 7 2B 39 54
Octal 355 340 276 0 5 24 7 53 71 124
Binary 11101101 11100000 10111110 0 101 10100 111 101011 111001 1010100

Color Harmonies of #EDE0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE0BE

Black with #EDE0BE

Text Example


Text Example

White with #EDE0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE0BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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