Html Css Color HEX #EDE9BC Half And Half

📋 copy color: '#EDE9BC'

red 237 ◦ green 233 ◦ blue 188

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

Shades of Half And Half #EDE9BC

Tints of Half And Half #EDE9BC

RGB

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

 GREEN value IS 233 (91.41% from 255) = 35.41%

 BLUE value IS 188 (73.83% from 255) = 28.57%

R = 36.02%
G = 35.41%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EDE9BC (or 0xEDE9BC) is known color: Half And Half. HEX triplet: ED, E9 and BC. RGB value is (237,233,188). Sum of RGB (Red+Green+Blue) = 237+233+188=658 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.02% from 658); Green value is 233 (91.41% from 255 or 35.41% from 658); Blue value is 188 (73.83% from 255 or 28.57% from 658); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE9BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDE9BC is #121643. Grayscale: #E5E5E5. Windows color (decimal): -1185348 or 12380653. OLE color: 12380653.

HSL color Cylindrical-coordinate representation of color #EDE9BC: hue angle of 55.1º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDE9BC is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 233 188 -
CMYK 0 0.02 0.21 0.07
HSL 55.1º 0.58% 0.83% -
HSV(B) 55.1º 0.21% 0.93% -
XYZ 73.14 79.91 59.15 -
YUV 229.07 104.83 133.66 -
System Red Green Blue C M Y K H S L
Decimal 237 233 188 0 0.02 0.21 0.07 55.1 0.58 0.83
Hex ED E9 BC 0 2 15 7 37 3A 53
Octal 355 351 274 0 2 25 7 67 72 123
Binary 11101101 11101001 10111100 0 10 10101 111 110111 111010 1010011

Color Harmonies of #EDE9BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE9BC

Black with #EDE9BC

Text Example


Text Example

White with #EDE9BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE9BC; }

 p { color: rgb(237,233,188); }

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

background-color css

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

 a { background-color: rgb(237,233,188); }

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

border-color css

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

 span { border-color: rgb(237,233,188); }

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