Html Css Color HEX #EDEBCB Half And Half

📋 copy color: '#EDEBCB'

red 237 ◦ green 235 ◦ blue 203

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

Shades of Half And Half #EDEBCB

Tints of Half And Half #EDEBCB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 34.81%

 BLUE value IS 203 (79.69% from 255) = 30.07%

R = 35.11%
G = 34.81%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EDEBCB (or 0xEDEBCB) is known color: Half And Half. HEX triplet: ED, EB and CB. RGB value is (237,235,203). Sum of RGB (Red+Green+Blue) = 237+235+203=675 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.11% from 675); Green value is 235 (92.19% from 255 or 34.81% from 675); Blue value is 203 (79.69% from 255 or 30.07% from 675); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEBCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEBCB is #121434. Grayscale: #E8E8E8. Windows color (decimal): -1184821 or 13364205. OLE color: 13364205.

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

Color convert

RGB 237 235 203 -
CMYK 0 0.01 0.14 0.07
HSL 56.47º 0.49% 0.86% -
HSV(B) 56.47º 0.14% 0.93% -
XYZ 75.41 81.73 68.3 -
YUV 231.95 111.66 131.6 -
System Red Green Blue C M Y K H S L
Decimal 237 235 203 0 0.01 0.14 0.07 56.47 0.49 0.86
Hex ED EB CB 0 1 E 7 38 31 56
Octal 355 353 313 0 1 16 7 70 61 126
Binary 11101101 11101011 11001011 0 1 1110 111 111000 110001 1010110

Color Harmonies of #EDEBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEBCB

Black with #EDEBCB

Text Example


Text Example

White with #EDEBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEBCB; }

 p { color: rgb(237,235,203); }

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

background-color css

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

 a { background-color: rgb(237,235,203); }

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

border-color css

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

 span { border-color: rgb(237,235,203); }

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