Html Css Color HEX #EDE2BA Half Colonial White

📋 copy color: '#EDE2BA'

red 237 ◦ green 226 ◦ blue 186

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

Shades of Half Colonial White #EDE2BA

Tints of Half Colonial White #EDE2BA

RGB

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

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

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

R = 36.52%
G = 34.82%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EDE2BA (or 0xEDE2BA) is known color: Half Colonial White. HEX triplet: ED, E2 and BA. RGB value is (237,226,186). Sum of RGB (Red+Green+Blue) = 237+226+186=649 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.52% from 649); Green value is 226 (88.67% from 255 or 34.82% from 649); Blue value is 186 (73.05% from 255 or 28.66% from 649); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE2BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE2BA is #121D45. Grayscale: #E0E0E0. Windows color (decimal): -1187142 or 12247789. OLE color: 12247789.

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

Color convert

RGB 237 226 186 -
CMYK 0 0.05 0.22 0.07
HSL 47.06º 0.59% 0.83% -
HSV(B) 47.06º 0.22% 0.93% -
XYZ 70.98 75.94 57.37 -
YUV 224.73 106.14 136.75 -
System Red Green Blue C M Y K H S L
Decimal 237 226 186 0 0.05 0.22 0.07 47.06 0.59 0.83
Hex ED E2 BA 0 5 16 7 2F 3B 53
Octal 355 342 272 0 5 26 7 57 73 123
Binary 11101101 11100010 10111010 0 101 10110 111 101111 111011 1010011

Color Harmonies of #EDE2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE2BA

Black with #EDE2BA

Text Example


Text Example

White with #EDE2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE2BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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