Html Css Color HEX #EDE2BB Half Colonial White

📋 copy color: '#EDE2BB'

red 237 ◦ green 226 ◦ blue 187

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

Shades of Half Colonial White #EDE2BB

Tints of Half Colonial White #EDE2BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 28.77%

R = 36.46%
G = 34.77%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EDE2BB (or 0xEDE2BB) is known color: Half Colonial White. HEX triplet: ED, E2 and BB. RGB value is (237,226,187). Sum of RGB (Red+Green+Blue) = 237+226+187=650 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.46% from 650); Green value is 226 (88.67% from 255 or 34.77% from 650); Blue value is 187 (73.44% from 255 or 28.77% from 650); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE2BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE2BB is #121D44. Grayscale: #E1E1E1. Windows color (decimal): -1187141 or 12313325. OLE color: 12313325.

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

Color convert

RGB 237 226 187 -
CMYK 0 0.05 0.21 0.07
HSL 46.8º 0.58% 0.83% -
HSV(B) 46.8º 0.21% 0.93% -
XYZ 71.09 75.99 57.93 -
YUV 224.84 106.64 136.67 -
System Red Green Blue C M Y K H S L
Decimal 237 226 187 0 0.05 0.21 0.07 46.8 0.58 0.83
Hex ED E2 BB 0 5 15 7 2F 3A 53
Octal 355 342 273 0 5 25 7 57 72 123
Binary 11101101 11100010 10111011 0 101 10101 111 101111 111010 1010011

Color Harmonies of #EDE2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE2BB

Black with #EDE2BB

Text Example


Text Example

White with #EDE2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE2BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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