Html Css Color HEX #EDEAC9 Half And Half

📋 copy color: '#EDEAC9'

red 237 ◦ green 234 ◦ blue 201

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

Shades of Half And Half #EDEAC9

Tints of Half And Half #EDEAC9

RGB

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

 GREEN value IS 234 (91.8% from 255) = 34.82%

 BLUE value IS 201 (78.91% from 255) = 29.91%

R = 35.27%
G = 34.82%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EDEAC9 (or 0xEDEAC9) is known color: Half And Half. HEX triplet: ED, EA and C9. RGB value is (237,234,201). Sum of RGB (Red+Green+Blue) = 237+234+201=672 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.27% from 672); Green value is 234 (91.80% from 255 or 34.82% from 672); Blue value is 201 (78.91% from 255 or 29.91% from 672); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEAC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEAC9 is #121536. Grayscale: #E7E7E7. Windows color (decimal): -1185079 or 13232877. OLE color: 13232877.

HSL color Cylindrical-coordinate representation of color #EDEAC9: hue angle of 55º degrees, saturation: 0.5, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EDEAC9 is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 234 201 -
CMYK 0 0.01 0.15 0.07
HSL 55º 0.5% 0.86% -
HSV(B) 55º 0.15% 0.93% -
XYZ 74.89 81.07 66.96 -
YUV 231.14 110.99 132.18 -
System Red Green Blue C M Y K H S L
Decimal 237 234 201 0 0.01 0.15 0.07 55 0.5 0.86
Hex ED EA C9 0 1 F 7 37 32 56
Octal 355 352 311 0 1 17 7 67 62 126
Binary 11101101 11101010 11001001 0 1 1111 111 110111 110010 1010110

Color Harmonies of #EDEAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEAC9

Black with #EDEAC9

Text Example


Text Example

White with #EDEAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEAC9; }

 p { color: rgb(237,234,201); }

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

background-color css

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

 a { background-color: rgb(237,234,201); }

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

border-color css

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

 span { border-color: rgb(237,234,201); }

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