Html Css Color HEX #EDE4C1 Half Colonial White

📋 copy color: '#EDE4C1'

red 237 ◦ green 228 ◦ blue 193

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

Shades of Half Colonial White #EDE4C1

Tints of Half Colonial White #EDE4C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 29.33%

R = 36.02%
G = 34.65%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EDE4C1 (or 0xEDE4C1) is known color: Half Colonial White. HEX triplet: ED, E4 and C1. RGB value is (237,228,193). Sum of RGB (Red+Green+Blue) = 237+228+193=658 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.02% from 658); Green value is 228 (89.45% from 255 or 34.65% from 658); Blue value is 193 (75.78% from 255 or 29.33% from 658); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE4C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE4C1 is #121B3E. Grayscale: #E2E2E2. Windows color (decimal): -1186623 or 12707053. OLE color: 12707053.

HSL color Cylindrical-coordinate representation of color #EDE4C1: hue angle of 47.73º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EDE4C1 is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 228 193 -
CMYK 0 0.04 0.19 0.07
HSL 47.73º 0.55% 0.84% -
HSV(B) 47.73º 0.19% 0.93% -
XYZ 72.29 77.34 61.57 -
YUV 226.7 108.98 135.35 -
System Red Green Blue C M Y K H S L
Decimal 237 228 193 0 0.04 0.19 0.07 47.73 0.55 0.84
Hex ED E4 C1 0 4 13 7 30 37 54
Octal 355 344 301 0 4 23 7 60 67 124
Binary 11101101 11100100 11000001 0 100 10011 111 110000 110111 1010100

Color Harmonies of #EDE4C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE4C1

Black with #EDE4C1

Text Example


Text Example

White with #EDE4C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE4C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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