Html Css Color HEX #EDE2BF Half Colonial White

📋 copy color: '#EDE2BF'

red 237 ◦ green 226 ◦ blue 191

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

Shades of Half Colonial White #EDE2BF

Tints of Half Colonial White #EDE2BF

RGB

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

 GREEN value IS 226 (88.67% from 255) = 34.56%

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

R = 36.24%
G = 34.56%
B = 29.2%

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

#EDE2BF (or 0xEDE2BF) is known color: Half Colonial White. HEX triplet: ED, E2 and BF. RGB value is (237,226,191). Sum of RGB (Red+Green+Blue) = 237+226+191=654 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.24% from 654); Green value is 226 (88.67% from 255 or 34.56% from 654); Blue value is 191 (75% from 255 or 29.20% from 654); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE2BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE2BF is #121D40. Grayscale: #E1E1E1. Windows color (decimal): -1187137 or 12575469. OLE color: 12575469.

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

Color convert

RGB 237 226 191 -
CMYK 0 0.05 0.19 0.07
HSL 45.65º 0.56% 0.84% -
HSV(B) 45.65º 0.19% 0.93% -
XYZ 71.53 76.16 60.22 -
YUV 225.3 108.64 136.35 -
System Red Green Blue C M Y K H S L
Decimal 237 226 191 0 0.05 0.19 0.07 45.65 0.56 0.84
Hex ED E2 BF 0 5 13 7 2E 38 54
Octal 355 342 277 0 5 23 7 56 70 124
Binary 11101101 11100010 10111111 0 101 10011 111 101110 111000 1010100

Color Harmonies of #EDE2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE2BF

Black with #EDE2BF

Text Example


Text Example

White with #EDE2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE2BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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