Html Css Color HEX #EDE4BB Half Colonial White

📋 copy color: '#EDE4BB'

red 237 ◦ green 228 ◦ blue 187

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

Shades of Half Colonial White #EDE4BB

Tints of Half Colonial White #EDE4BB

RGB

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

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

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

R = 36.35%
G = 34.97%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EDE4BB (or 0xEDE4BB) is known color: Half Colonial White. HEX triplet: ED, E4 and BB. RGB value is (237,228,187). Sum of RGB (Red+Green+Blue) = 237+228+187=652 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.35% from 652); Green value is 228 (89.45% from 255 or 34.97% from 652); Blue value is 187 (73.44% from 255 or 28.68% from 652); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE4BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE4BB is #121B44. Grayscale: #E2E2E2. Windows color (decimal): -1186629 or 12313837. OLE color: 12313837.

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

Color convert

RGB 237 228 187 -
CMYK 0 0.04 0.21 0.07
HSL 49.2º 0.58% 0.83% -
HSV(B) 49.2º 0.21% 0.93% -
XYZ 71.64 77.08 58.12 -
YUV 226.02 105.98 135.83 -
System Red Green Blue C M Y K H S L
Decimal 237 228 187 0 0.04 0.21 0.07 49.2 0.58 0.83
Hex ED E4 BB 0 4 15 7 31 3A 53
Octal 355 344 273 0 4 25 7 61 72 123
Binary 11101101 11100100 10111011 0 100 10101 111 110001 111010 1010011

Color Harmonies of #EDE4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE4BB

Black with #EDE4BB

Text Example


Text Example

White with #EDE4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE4BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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