Html Css Color HEX #EDE1BE Half Colonial White

📋 copy color: '#EDE1BE'

red 237 ◦ green 225 ◦ blue 190

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

Shades of Half Colonial White #EDE1BE

Tints of Half Colonial White #EDE1BE

RGB

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

 GREEN value IS 225 (88.28% from 255) = 34.51%

 BLUE value IS 190 (74.61% from 255) = 29.14%

R = 36.35%
G = 34.51%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EDE1BE (or 0xEDE1BE) is known color: Half Colonial White. HEX triplet: ED, E1 and BE. RGB value is (237,225,190). Sum of RGB (Red+Green+Blue) = 237+225+190=652 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.35% from 652); Green value is 225 (88.28% from 255 or 34.51% from 652); Blue value is 190 (74.61% from 255 or 29.14% from 652); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE1BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE1BE is #121E41. Grayscale: #E0E0E0. Windows color (decimal): -1187394 or 12509677. OLE color: 12509677.

HSL color Cylindrical-coordinate representation of color #EDE1BE: hue angle of 44.68º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDE1BE is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 225 190 -
CMYK 0 0.05 0.20 0.07
HSL 44.68º 0.57% 0.84% -
HSV(B) 44.68º 0.2% 0.93% -
XYZ 71.14 75.57 59.55 -
YUV 224.6 108.48 136.85 -
System Red Green Blue C M Y K H S L
Decimal 237 225 190 0 0.05 0.20 0.07 44.68 0.57 0.84
Hex ED E1 BE 0 5 14 7 2D 39 54
Octal 355 341 276 0 5 24 7 55 71 124
Binary 11101101 11100001 10111110 0 101 10100 111 101101 111001 1010100

Color Harmonies of #EDE1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE1BE

Black with #EDE1BE

Text Example


Text Example

White with #EDE1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE1BE; }

 p { color: rgb(237,225,190); }

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

background-color css

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

 a { background-color: rgb(237,225,190); }

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

border-color css

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

 span { border-color: rgb(237,225,190); }

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