Html Css Color HEX #EDE1BF Half Colonial White

📋 copy color: '#EDE1BF'

red 237 ◦ green 225 ◦ blue 191

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

Shades of Half Colonial White #EDE1BF

Tints of Half Colonial White #EDE1BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 29.25%

R = 36.29%
G = 34.46%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EDE1BF (or 0xEDE1BF) is known color: Half Colonial White. HEX triplet: ED, E1 and BF. RGB value is (237,225,191). Sum of RGB (Red+Green+Blue) = 237+225+191=653 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.29% from 653); Green value is 225 (88.28% from 255 or 34.46% from 653); Blue value is 191 (75% from 255 or 29.25% from 653); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE1BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE1BF is #121E40. Grayscale: #E0E0E0. Windows color (decimal): -1187393 or 12575213. OLE color: 12575213.

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

Color convert

RGB 237 225 191 -
CMYK 0 0.05 0.19 0.07
HSL 44.35º 0.56% 0.84% -
HSV(B) 44.35º 0.19% 0.93% -
XYZ 71.25 75.62 60.13 -
YUV 224.71 108.98 136.76 -
System Red Green Blue C M Y K H S L
Decimal 237 225 191 0 0.05 0.19 0.07 44.35 0.56 0.84
Hex ED E1 BF 0 5 13 7 2C 38 54
Octal 355 341 277 0 5 23 7 54 70 124
Binary 11101101 11100001 10111111 0 101 10011 111 101100 111000 1010100

Color Harmonies of #EDE1BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE1BF

Black with #EDE1BF

Text Example


Text Example

White with #EDE1BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE1BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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