Html Css Color HEX #EDE5BF Half Colonial White

📋 copy color: '#EDE5BF'

red 237 ◦ green 229 ◦ blue 191

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

Shades of Half Colonial White #EDE5BF

Tints of Half Colonial White #EDE5BF

RGB

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

 GREEN value IS 229 (89.84% from 255) = 34.86%

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

R = 36.07%
G = 34.86%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EDE5BF (or 0xEDE5BF) is known color: Half Colonial White. HEX triplet: ED, E5 and BF. RGB value is (237,229,191). Sum of RGB (Red+Green+Blue) = 237+229+191=657 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.07% from 657); Green value is 229 (89.84% from 255 or 34.86% from 657); Blue value is 191 (75% from 255 or 29.07% from 657); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE5BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE5BF is #121A40. Grayscale: #E3E3E3. Windows color (decimal): -1186369 or 12576237. OLE color: 12576237.

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

Color convert

RGB 237 229 191 -
CMYK 0 0.03 0.19 0.07
HSL 49.57º 0.56% 0.84% -
HSV(B) 49.57º 0.19% 0.93% -
XYZ 72.35 77.8 60.49 -
YUV 227.06 107.65 135.09 -
System Red Green Blue C M Y K H S L
Decimal 237 229 191 0 0.03 0.19 0.07 49.57 0.56 0.84
Hex ED E5 BF 0 3 13 7 32 38 54
Octal 355 345 277 0 3 23 7 62 70 124
Binary 11101101 11100101 10111111 0 11 10011 111 110010 111000 1010100

Color Harmonies of #EDE5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE5BF

Black with #EDE5BF

Text Example


Text Example

White with #EDE5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE5BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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