Html Css Color HEX #EDE8BE Half And Half

📋 copy color: '#EDE8BE'

red 237 ◦ green 232 ◦ blue 190

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

Shades of Half And Half #EDE8BE

Tints of Half And Half #EDE8BE

RGB

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

 GREEN value IS 232 (91.02% from 255) = 35.2%

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

R = 35.96%
G = 35.2%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EDE8BE (or 0xEDE8BE) is known color: Half And Half. HEX triplet: ED, E8 and BE. RGB value is (237,232,190). Sum of RGB (Red+Green+Blue) = 237+232+190=659 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.96% from 659); Green value is 232 (91.02% from 255 or 35.20% from 659); Blue value is 190 (74.61% from 255 or 28.83% from 659); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE8BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDE8BE is #121741. Grayscale: #E4E4E4. Windows color (decimal): -1185602 or 12511469. OLE color: 12511469.

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

Color convert

RGB 237 232 190 -
CMYK 0 0.02 0.20 0.07
HSL 53.62º 0.57% 0.84% -
HSV(B) 53.62º 0.2% 0.93% -
XYZ 73.08 79.44 60.2 -
YUV 228.71 106.16 133.92 -
System Red Green Blue C M Y K H S L
Decimal 237 232 190 0 0.02 0.20 0.07 53.62 0.57 0.84
Hex ED E8 BE 0 2 14 7 36 39 54
Octal 355 350 276 0 2 24 7 66 71 124
Binary 11101101 11101000 10111110 0 10 10100 111 110110 111001 1010100

Color Harmonies of #EDE8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE8BE

Black with #EDE8BE

Text Example


Text Example

White with #EDE8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE8BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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