Html Css Color HEX #EDE6BE Half And Half

📋 copy color: '#EDE6BE'

red 237 ◦ green 230 ◦ blue 190

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

Shades of Half And Half #EDE6BE

Tints of Half And Half #EDE6BE

RGB

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

 GREEN value IS 230 (90.23% from 255) = 35.01%

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

R = 36.07%
G = 35.01%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EDE6BE (or 0xEDE6BE) is known color: Half And Half. HEX triplet: ED, E6 and BE. RGB value is (237,230,190). Sum of RGB (Red+Green+Blue) = 237+230+190=657 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.07% from 657); Green value is 230 (90.23% from 255 or 35.01% from 657); Blue value is 190 (74.61% from 255 or 28.92% from 657); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE6BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDE6BE is #121941. Grayscale: #E3E3E3. Windows color (decimal): -1186114 or 12510957. OLE color: 12510957.

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

Color convert

RGB 237 230 190 -
CMYK 0 0.03 0.20 0.07
HSL 51.06º 0.57% 0.84% -
HSV(B) 51.06º 0.2% 0.93% -
XYZ 72.52 78.32 60.01 -
YUV 227.53 106.82 134.75 -
System Red Green Blue C M Y K H S L
Decimal 237 230 190 0 0.03 0.20 0.07 51.06 0.57 0.84
Hex ED E6 BE 0 3 14 7 33 39 54
Octal 355 346 276 0 3 24 7 63 71 124
Binary 11101101 11100110 10111110 0 11 10100 111 110011 111001 1010100

Color Harmonies of #EDE6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE6BE

Black with #EDE6BE

Text Example


Text Example

White with #EDE6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE6BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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