Html Css Color HEX #EDE4BF Half Colonial White

📋 copy color: '#EDE4BF'

red 237 ◦ green 228 ◦ blue 191

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

Shades of Half Colonial White #EDE4BF

Tints of Half Colonial White #EDE4BF

RGB

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

 GREEN value IS 228 (89.45% from 255) = 34.76%

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

R = 36.13%
G = 34.76%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EDE4BF (or 0xEDE4BF) is known color: Half Colonial White. HEX triplet: ED, E4 and BF. RGB value is (237,228,191). Sum of RGB (Red+Green+Blue) = 237+228+191=656 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.13% from 656); Green value is 228 (89.45% from 255 or 34.76% from 656); Blue value is 191 (75% from 255 or 29.12% from 656); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE4BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE4BF is #121B40. Grayscale: #E2E2E2. Windows color (decimal): -1186625 or 12575981. OLE color: 12575981.

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

Color convert

RGB 237 228 191 -
CMYK 0 0.04 0.19 0.07
HSL 48.26º 0.56% 0.84% -
HSV(B) 48.26º 0.19% 0.93% -
XYZ 72.07 77.25 60.4 -
YUV 226.47 107.98 135.51 -
System Red Green Blue C M Y K H S L
Decimal 237 228 191 0 0.04 0.19 0.07 48.26 0.56 0.84
Hex ED E4 BF 0 4 13 7 30 38 54
Octal 355 344 277 0 4 23 7 60 70 124
Binary 11101101 11100100 10111111 0 100 10011 111 110000 111000 1010100

Color Harmonies of #EDE4BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE4BF

Black with #EDE4BF

Text Example


Text Example

White with #EDE4BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE4BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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