Html Css Color HEX #EDE5BA Half Colonial White

📋 copy color: '#EDE5BA'

red 237 ◦ green 229 ◦ blue 186

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

Shades of Half Colonial White #EDE5BA

Tints of Half Colonial White #EDE5BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 28.53%

R = 36.35%
G = 35.12%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EDE5BA (or 0xEDE5BA) is known color: Half Colonial White. HEX triplet: ED, E5 and BA. RGB value is (237,229,186). Sum of RGB (Red+Green+Blue) = 237+229+186=652 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.35% from 652); Green value is 229 (89.84% from 255 or 35.12% from 652); Blue value is 186 (73.05% from 255 or 28.53% from 652); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE5BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE5BA is #121A45. Grayscale: #E2E2E2. Windows color (decimal): -1186374 or 12248557. OLE color: 12248557.

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

Color convert

RGB 237 229 186 -
CMYK 0 0.03 0.22 0.07
HSL 50.59º 0.59% 0.83% -
HSV(B) 50.59º 0.22% 0.93% -
XYZ 71.81 77.59 57.65 -
YUV 226.49 105.15 135.5 -
System Red Green Blue C M Y K H S L
Decimal 237 229 186 0 0.03 0.22 0.07 50.59 0.59 0.83
Hex ED E5 BA 0 3 16 7 33 3B 53
Octal 355 345 272 0 3 26 7 63 73 123
Binary 11101101 11100101 10111010 0 11 10110 111 110011 111011 1010011

Color Harmonies of #EDE5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE5BA

Black with #EDE5BA

Text Example


Text Example

White with #EDE5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE5BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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