Html Css Color HEX #EDE6BD Half Colonial White

📋 copy color: '#EDE6BD'

red 237 ◦ green 230 ◦ blue 189

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

Shades of Half Colonial White #EDE6BD

Tints of Half Colonial White #EDE6BD

RGB

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

 GREEN value IS 230 (90.23% from 255) = 35.06%

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

R = 36.13%
G = 35.06%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EDE6BD (or 0xEDE6BD) is known color: Half Colonial White. HEX triplet: ED, E6 and BD. RGB value is (237,230,189). Sum of RGB (Red+Green+Blue) = 237+230+189=656 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.13% from 656); Green value is 230 (90.23% from 255 or 35.06% from 656); Blue value is 189 (74.22% from 255 or 28.81% from 656); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE6BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDE6BD is #121942. Grayscale: #E3E3E3. Windows color (decimal): -1186115 or 12445421. OLE color: 12445421.

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

Color convert

RGB 237 230 189 -
CMYK 0 0.03 0.20 0.07
HSL 51.25º 0.57% 0.84% -
HSV(B) 51.25º 0.2% 0.93% -
XYZ 72.41 78.27 59.44 -
YUV 227.42 106.32 134.83 -
System Red Green Blue C M Y K H S L
Decimal 237 230 189 0 0.03 0.20 0.07 51.25 0.57 0.84
Hex ED E6 BD 0 3 14 7 33 39 54
Octal 355 346 275 0 3 24 7 63 71 124
Binary 11101101 11100110 10111101 0 11 10100 111 110011 111001 1010100

Color Harmonies of #EDE6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE6BD

Black with #EDE6BD

Text Example


Text Example

White with #EDE6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE6BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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