Html Css Color HEX #EDE2BC Half Colonial White

📋 copy color: '#EDE2BC'

red 237 ◦ green 226 ◦ blue 188

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

Shades of Half Colonial White #EDE2BC

Tints of Half Colonial White #EDE2BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 28.88%

R = 36.41%
G = 34.72%
B = 28.88%

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

#EDE2BC (or 0xEDE2BC) is known color: Half Colonial White. HEX triplet: ED, E2 and BC. RGB value is (237,226,188). Sum of RGB (Red+Green+Blue) = 237+226+188=651 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.41% from 651); Green value is 226 (88.67% from 255 or 34.72% from 651); Blue value is 188 (73.83% from 255 or 28.88% from 651); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE2BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE2BC is #121D43. Grayscale: #E1E1E1. Windows color (decimal): -1187140 or 12378861. OLE color: 12378861.

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

Color convert

RGB 237 226 188 -
CMYK 0 0.05 0.21 0.07
HSL 46.53º 0.58% 0.83% -
HSV(B) 46.53º 0.21% 0.93% -
XYZ 71.2 76.03 58.5 -
YUV 224.96 107.14 136.59 -
System Red Green Blue C M Y K H S L
Decimal 237 226 188 0 0.05 0.21 0.07 46.53 0.58 0.83
Hex ED E2 BC 0 5 15 7 2F 3A 53
Octal 355 342 274 0 5 25 7 57 72 123
Binary 11101101 11100010 10111100 0 101 10101 111 101111 111010 1010011

Color Harmonies of #EDE2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE2BC

Black with #EDE2BC

Text Example


Text Example

White with #EDE2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE2BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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