Html Css Color HEX #EDE1BD Half Colonial White

📋 copy color: '#EDE1BD'

red 237 ◦ green 225 ◦ blue 189

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

Shades of Half Colonial White #EDE1BD

Tints of Half Colonial White #EDE1BD

RGB

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

 GREEN value IS 225 (88.28% from 255) = 34.56%

 BLUE value IS 189 (74.22% from 255) = 29.03%

R = 36.41%
G = 34.56%
B = 29.03%

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

#EDE1BD (or 0xEDE1BD) is known color: Half Colonial White. HEX triplet: ED, E1 and BD. RGB value is (237,225,189). Sum of RGB (Red+Green+Blue) = 237+225+189=651 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.41% from 651); Green value is 225 (88.28% from 255 or 34.56% from 651); Blue value is 189 (74.22% from 255 or 29.03% from 651); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE1BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE1BD is #121E42. Grayscale: #E0E0E0. Windows color (decimal): -1187395 or 12444141. OLE color: 12444141.

HSL color Cylindrical-coordinate representation of color #EDE1BD: hue angle of 45º 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 #EDE1BD is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 225 189 -
CMYK 0 0.05 0.20 0.07
HSL 45º 0.57% 0.84% -
HSV(B) 45º 0.2% 0.93% -
XYZ 71.04 75.53 58.98 -
YUV 224.48 107.98 136.93 -
System Red Green Blue C M Y K H S L
Decimal 237 225 189 0 0.05 0.20 0.07 45 0.57 0.84
Hex ED E1 BD 0 5 14 7 2D 39 54
Octal 355 341 275 0 5 24 7 55 71 124
Binary 11101101 11100001 10111101 0 101 10100 111 101101 111001 1010100

Color Harmonies of #EDE1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE1BD

Black with #EDE1BD

Text Example


Text Example

White with #EDE1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE1BD; }

 p { color: rgb(237,225,189); }

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

background-color css

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

 a { background-color: rgb(237,225,189); }

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

border-color css

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

 span { border-color: rgb(237,225,189); }

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